unsupervised-videos icon indicating copy to clipboard operation
unsupervised-videos copied to clipboard

Error while giving the command for training

Open Nd-sole opened this issue 8 years ago • 6 comments

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!!

Nd-sole avatar Mar 05 '18 23:03 Nd-sole

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?

jbboin avatar Mar 06 '18 18:03 jbboin

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.

mansimov avatar Mar 06 '18 22:03 mansimov

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.

jbboin avatar Mar 07 '18 01:03 jbboin

Hi,

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

Thanks!

Ty-Won avatar Jul 10 '18 14:07 Ty-Won

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 avatar Nov 17 '18 01:11 DavidSUN2

I use Ubuntu OS and make Makefile successfully.

DavidSUN2 avatar Dec 01 '18 05:12 DavidSUN2