未找到模块'cudnn'

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了未找到模块'cudnn'相关的知识,希望对你有一定的参考价值。

试图运行https://github.com/rtqichen/style-swap

th style-swap.lua --content images/content/bike.jpg --style images/style/starry_night.jpg
{
  gpu : 0
  saveOriginal : false
  style : "images/style/starry_night.jpg"
  decoder : ""
  tv : 1e-07
  optim : false
  patchSize : 3
  init : "content"
  saveLoss : false
  layer : "relu3_1"
  printEvery : 50
  save : "output"
  learningRate : 0.05
  maxStyleSize : 512
  numSwap : 1
  content : "images/content/bike.jpg"
  maxContentSize : 640
  contentBatch : ""
  cpu : false
  optimIter : 100
  pooling : "max"
  patchStride : 1
}
Loading Lua modules...
/usr/bin/luajit: /usr/share/lua/5.1/trepl/init.lua:389: module 'cudnn' not found:
    no field package.preload['cudnn']
    no file './cudnn.lua'
    no file '/usr/share/luajit-2.1.0-beta3/cudnn.lua'
    no file '/usr/local/share/lua/5.1/cudnn.lua'
    no file '/usr/local/share/lua/5.1/cudnn/init.lua'
    no file '/usr/share/lua/5.1/cudnn.lua'
    no file '/usr/share/lua/5.1/cudnn/init.lua'
    no file './cudnn.so'
    no file '/usr/local/lib/lua/5.1/cudnn.so'
    no file '/usr/lib/x86_64-linux-gnu/lua/5.1/cudnn.so'
    no file '/usr/local/lib/lua/5.1/loadall.so'
stack traceback:
    [C]: in function 'error'
    /usr/share/lua/5.1/trepl/init.lua:389: in function 'require'
    style-swap.lua:65: in main chunk
    [C]: in function 'dofile'
    /usr/lib/torch-trepl/th:149: in main chunk
    [C]: at 0x5587020201d0

如何安装cudnn?

sudo luarocks install cudnn

Error: No results matching query were found.

sudo luarocks install cutorch

Error: No results matching query were found.

sudo luarocks install cunn

Error: No results matching query were found.
答案

似乎torch拥有自己的luarocks https://github.com/szagoruyko/loadcaffe/issues/48#issuecomment-189981690版本

以上是关于未找到模块'cudnn'的主要内容,如果未能解决你的问题,请参考以下文章

[未解决问题记录]python asyncio+aiohttp出现Exception ignored:RuntimeError('Event loop is closed')(代码片段

text 未找到离子模块'FirebaseInstanceID'

运行py程序出现错误:未找到模块错误:没有名为'java'的模块

未找到模块'apple_sign_in'

未找到模块。错误,无法解析'@typessvgo'。无法解析"@typessvgo

nodejs常用代码片段