davide-coccomini / Combining-EfficientNet-and-Vision-Transformers-for-Video-Deepfake-Detection

Code for Video Deepfake Detection model from "Combining EfficientNet and Vision Transformers for Video Deepfake Detection" presented at ICIAP 2021.
https://dl.acm.org/doi/abs/10.1007/978-3-031-06433-3_19
MIT License
237 stars 60 forks source link

Multiprocesssing Error #37

Open 0fvlllx opened 2 years ago

0fvlllx commented 2 years ago

1668481721820 1668481826076 Hi, I‘ve followed your steps in README.md, the preprocessing part worked well for me. But when it comes to training, I've received the error above. Could you give me some suggestion, please!

davide-coccomini commented 1 year ago

Can you try to print the file name and see if it crashes always on the same one?

eriksonferreira commented 5 months ago

I'm facing the same issue, i think is related to memory, the thread is killed by the system and get EOF. In your original environment, was a lot of RAM needed? I have 80 GB and while loading the train (all over 100 thousand videos) I see that the ram is fully used.