varunagrawal / tiny-faces-pytorch

Finding Tiny Faces in PyTorch
MIT License
164 stars 44 forks source link

RuntimeError: DataLoader worker (pid 3176) is killed by signal: Killed. #8

Closed xingfan-git closed 4 years ago

xingfan-git commented 4 years ago

@varunagrawal Hi, I got an error: "RuntimeError: DataLoader worker (pid 3176) is killed by signal: Killed. Makefile:12: recipe for target 'main' failed make: *** [main] Error 1" when I make the files. It seems occur when the model try to begin training.

Could someone help me out please?

varunagrawal commented 4 years ago

Is your dataset set up correctly? This doesn't seem related to the code.