-
Notifications
You must be signed in to change notification settings - Fork 81
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
class nn.SpatialGlimpse has been already assigned a parent class #95
Comments
Having the exact same problem here. |
@ahmadmobeen So apparently the problem is with the 'rnn' package. It used to be based on https://github.com/Element-Research/rnn but that package is now deprecated, and rnn is now from https://github.com/torch/rnn. The problem is, that torch's rnn ALSO implements some of the functionalities in 'dpnn', while Element-Research's rnn does not implement these functionalities! Therefore, if you want to use both rnn and dpnn, you have to use the deprecated package of Element-Research for now using:
instead of
cause that will install torch/rnn. |
Thank you for replying @noodlez04 but when I try to run: I get the following error:
|
My bad. Use the HTTPS version, and not the SSH one: |
When I run command
th> require 'dpnn'
or when I try to runth main.lua --help
from feedback networks, I get the following error:I have installed
but still not working.
The text was updated successfully, but these errors were encountered: