-
Notifications
You must be signed in to change notification settings - Fork 17
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
Do rnn and dpnn support? #28
Comments
cltorch is version-locked to ~February 17th or so last year. That means that other libraries should probably be installed using their state at that time, eg by cloning their repository, using As for your next (likely) question, which is, 'will cltorch ever get updated?', I think that any future work I do personally will likely/almost-certainly use either cuda-on-cl, or some derivative. It means a bit more work initially, but then we basically get the entire functionality, more or less in one go, 'for free', after the initial leg-work has been done; and it should be relatively low-maintenance. |
@hughperkins Any recommendations as to how to use torch on top of coriander (cuda-on-cl)? From what you said above, I am thinking that you are trying to focus on using torch with coriander, instead of using this distro-cl. Is that so? |
I would like to use rnn with torch-cl, but I found dpnn can not be loaded because of the following error:
Do rnn and dpnn support by torch-cl? Looking forward to your help. Thanks!
The text was updated successfully, but these errors were encountered: