Results 4 comments of DingPeng

I have the same problem as you. Have you solved it yet?

Maybe the TensorFlow you installed is not the GPU version, try pip install tensorflow-gpu insteal of tensorflow. And maybe you should change the "gpu_num" in train_c3d_ucf101.py

maybe you need sudo to drive it, like this : sudo ./list/conver_images_to_list.sh In fact, it's possible not to run the script

you can use the pycharm, and run it directly. and you also run it in terminal ( " python train_c3d_ucf101.py"). Note: you must have download the UCF101 sets and use...