adarshmj

Results 8 issues of adarshmj

Whenever I run the main.py code, I keep getting this error. Traceback (most recent call last): File "main.py", line 10, in from model import generate_model File "/Users/adarshjamadandi/Desktop/video-classification-3d-cnn-pytorch/model.py", line 4, in...

Traceback (most recent call last): File "inference.py", line 149, in inference_func(snapshot_dir, dataset_name, evaluate_name) File "inference.py", line 88, in inference_func psnrs[0:num_his] = psnrs[num_his] IndexError: index 4 is out of bounds for...

Hi Nick! When you try to run the code on a non-cuda device like for example - MacBook Pro, I keep getting this error File "/Users/adarsh/anaconda/envs/py36/lib/python3.6/site-packages/torch/cuda/__init__.py", line 75, in _check_driver...

Instead of supplying video urls is it possible to supply actual video files?

Is there a way to generate the .npy files for different videos other than the standard datasets existing?

I keep getting this error CXX .build_release/src/caffe/proto/caffe.pb.cc AR -o .build_release/lib/libcaffe.a LD -o .build_release/lib/libcaffe.so /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .build_release/lib/libcaffe.a(cudnn_pooling_layer.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .build_release/lib/libcaffe.a(cudnn_conv_layer.o) has no symbols /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: .build_release/lib/libcaffe.a(cudnn_tanh_layer.o) has no...

File "./exp-referit/cache_referit_local_features.py", line 12, in from captioner import Captioner ImportError: No module named captioner What module is captioner?

Hi! I am trying to run the pruning for OGB datasets. I keep getting this error. Any idea how to resolve this? It runs for 1 epoch for 10 subgraphs...