Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Torch 7 #109

Closed
weidongye opened this issue Jun 23, 2016 · 5 comments
Closed

Torch 7 #109

weidongye opened this issue Jun 23, 2016 · 5 comments

Comments

@weidongye
Copy link

Hello,

I am trying to run "th convnet-benchmarks/torch7/imagenet_winners" according to the readme

this command produces error: "~/torch/install/bin/luajit: ~/torch/install/share/lua/5.1/trepl/init.lua:384: module 'alexnet' not found:No LuaRocks module found for alexnet"

I've followed the install instruction for the dependencies for torch7. Has anyone seen this before?

Thanks,
Weidong

@soumith
Copy link
Owner

soumith commented Jun 23, 2016

Run it from the imagenet_winners directory

@weidongye
Copy link
Author

weidongye commented Jun 23, 2016

Thanks for the swift response Soumith! That fixed my issue.

I tried to run the fbnn implementation by commenting line 17 and uncommenting line 8 + 18, and it produced this error: "~/torch/install/share/lua/5.1/trepl/init.lua:384: module 'fb.torch.async_rng' not found:No LuaRocks module found for fb.torch.async_rng"

I have installed all the pre-req libraries according to the readme. Can you provide some advice please?

Thanks,
Weidong

@soumith
Copy link
Owner

soumith commented Jun 23, 2016

fbnn is a bit redundant now, just use cudnn and forget fbnn stuff ever existed, all fft stuff is available in cudnn now.

@soumith soumith closed this as completed Jun 23, 2016
@fqnchina
Copy link

fqnchina commented Jul 6, 2016

Hi soumith,

Could you explain this a bit more? What you mean by all fft stuff is in cudnn now. From the latest cudnn document, I didn't see they mention fft is implemented already in cudnn.

@soumith
Copy link
Owner

soumith commented Jul 6, 2016

Search for FFT in the CuDNN Manual, you will find it.
https://github.com/soumith/cudnn.torch/blob/master/ffi.lua#L395-L403

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants