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

Error while giving the command for training #25

Open
Nd-sole opened this issue Mar 5, 2018 · 6 comments
Open

Error while giving the command for training #25

Nd-sole opened this issue Mar 5, 2018 · 6 comments

Comments

@Nd-sole
Copy link

Nd-sole commented Mar 5, 2018

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.

  1. Also, is it possible to skip training, Are there pre-trained models available anywhere for UCF dataset or MNIST dataset?

Thanks!!

@jbboin
Copy link
Contributor

jbboin commented Mar 6, 2018

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:

  • composite LSTM model trained on the 300 hours of YouTube data
  • composite LSTM classifier trained on the 300 hours of YouTube data and finetuned on UCF-101 RGB
  • baseline LSTM classifier trained on UCF-101 RGB

Is there any possibility that these could be made available in the near future?

@mansimov
Copy link
Owner

mansimov commented Mar 6, 2018

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.

@jbboin
Copy link
Contributor

jbboin commented Mar 7, 2018

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.

@Ty-Won
Copy link

Ty-Won commented Jul 10, 2018

Hi,

Is it possible to complete the guide you wrote in the read-me without this file?

Thanks!

@DavidSUN2
Copy link

It seems that you didn't compile the cudamat library, or the process didn't complete correctly.

Hi Guys. I'm sorry for asking this simple questions: how to compile the cudamat library?
I have searched https://github.com/cudamat/cudamat and follow the install instruction, but it doesn't work. When I run on Bouncing (Moving) MNIST dataset, it always says that the specified module could not be found.
I have tried to use the similar way to the above website to install, but the unsupervised-videos-master folder doesn't have setup.py.
So, what should I do? How to compile this cudamat library? Thanks!

@DavidSUN2
Copy link

I use Ubuntu OS and make Makefile successfully.

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

5 participants