Mounir Bendali-Braham
Mounir Bendali-Braham
Can you be more explicit about what you did to solve your problem ? I'm encountering the same issue. I tried to remove and reinstall Caffe2 with gpu support for...
Ok, thanks for your help @kyw2539 !
What kind of GPU do you have ? Did you try to reduce the image size and make it square (height=weight) ?
It depends on your GPU and the C3D implementation. How many parameters are you training ?
Can you tell us about the size of your dataset ? What kind of GPU are you using ?
Hello @hzli-ucas , can you provide the script that does this operation ? I didn't find load_lua in pytorch. Thanks in advance :)
Hello @hzli-ucas , I am getting this error : ``` Traceback (most recent call last): File "convert_t7_to_hdf5.py", line 574, in a = load_lua("model.t7") File "convert_t7_to_hdf5.py", line 571, in load_lua return...
I followed up by asking this question on [stackexchange](https://datascience.stackexchange.com/questions/85310/the-association-of-the-l2-regularization-and-the-he-normal-weights-initializatio). However, I gave up since I didn't find any solution.
This may help https://cs.stanford.edu/people/karpathy/deepvideo/index.html He took videos from this dataset (sports-1m)
I think that there is not a dedicated script for the prediction task. Can the authors provide us a script that accomplishes this task or at least give us some...