HHTseng / video-classification

Tutorial for video classification/ action recognition using 3D CNN/ CNN+RNN on UCF101
916 stars 216 forks source link

ERROR:Process finished with exit code -1073741819 (0xC0000005) #35

Open Lyxxx323 opened 3 years ago

Lyxxx323 commented 3 years ago

Hello,When I was running UCF101_CRNN.py, I got this error: Process finished with exit code -1073741819 (0xC0000005) An error occurred while running to this line of code: loss.backward() So I am wondering if you could please kindly help me.

abhiray92 commented 3 years ago

@Lyxxx323 This is an access issue, please check if you have necessary permissions in the folder you are trying to access. Moreover, please try to place your dataset/Model Paths on a different folder/drive.

Lyxxx323 commented 3 years ago

Thank you so much!

At 2020-11-18 23:14:28, "Abhishek Ray" notifications@github.com wrote:

@Lyxxx323 This is an access issue, please check if you have necessary permissions in the folder you are trying to access. Moreover, please try to place your dataset/Model Paths on a different folder/drive.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.