-
Notifications
You must be signed in to change notification settings - Fork 111
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
Error while giving the command for training #25
Comments
It seems that you didn't compile the cudamat library, or the process didn't complete correctly. Otherwise I agree with the second question: I would be really interested in getting access to some pretrained models used in the paper as well. In particular, any of the following would be super useful for me:
Is there any possibility that these could be made available in the near future? |
Hey We have been working on this project a bit more than 3 years ago and since then all of us moved to other projects and endeavors. We should have released trained models back then and I am afraid it is too late to find them I will try finding something in very old repos but I can't promise anything. Thanks for your understanding. |
Hi, I completely understand. Thanks a lot for looking into it, anything would be helpful but I understand if it's been too long to find these models again. |
Hi, Is it possible to complete the guide you wrote in the read-me without this file? Thanks! |
Hi Guys. I'm sorry for asking this simple questions: how to compile the cudamat library? |
I use Ubuntu OS and make Makefile successfully. |
Hello,
When I try to implement
python lstm_combo.py models/lstm_combo_1layer_mnist.pbtxt datasets/bouncing_mnist.pbtxt datasets/bouncing_mnist_valid.pbtxt 1
I get following error:
OSError: /nas/ei/home/ga85pav/unsupervised-videos/cudamat/libcudamat.so: cannot open shared object file: No such file or directory
I don't see the libcudamat.so in cudamat folder but it is mentioned in Makefile about it. Am I missing something?
Could someone help me on it.
Thanks!!
The text was updated successfully, but these errors were encountered: