Hello
i get the following error when running
python 2_dreaming_time.py -i frames_dir -o processed_frames_dir --model_path models/bvlc_googlenet/ --model_name bvlc_googlenet.caffemodel --gpu 0 --extract 0 -it png
In colab i get the error
Check failed: error == cudaSuccess (48 vs. 0) no kernel image is available for execution on the device
Locally i get the error
im2col.cu:61] Check failed: error == cudaSuccess (8 vs. 0) invalid device function
if i run it without --gpu 0 to use CPU after some modifications it works but very slow wish i could make it work with GPU
Thanks in advance for your help.