Tim Gillis

Results 6 comments of Tim Gillis

I am getting a similar error: >dataset loading [0/3570] dataset loading [1000/3570] dataset loading [2000/3570] dataset loading [3000/3570] run train at epoch 1 THCudaCheck FAIL file=/opt/conda/conda-bld/pytorch_1518243271935/work/torch/lib/THC/generated/../THCReduceAll.cuh line=339 error=59 : devic...

When I run the same commands above without CUDA I get this using hmdb51_2.json and hmdb51_3.json: >dataset loading [0/3570] dataset loading [1000/3570] dataset loading [2000/3570] dataset loading [3000/3570] run train...

@FelixZhang7 I'm not sure, I fine-tuned one of the pretrained models. This is what I ran: `python src/3D-ResNets-PyTorch/main.py --root_path src/3D-ResNets-PyTorch --video_path data/hmdb51/jpg-tmp/ --dataset hmdb51 --model resnet --model_depth 18 --resnet_shortcut A...