cherubicXN/hawp

Segmentation fault (core dumped)

www322 opened this issue · 7 comments

Hi, thank you for your work. When I train with your code, I met 'Segmentation fault (core dumped)' error, can you help check the code, thank you!

Could you post the training log?

Could you post the training log?

just begin...
2020-06-12 11:21:37,967 hawp INFO: Saving config into: outputs/hawp/config.yml
2020-06-12 11:21:55,088 hawp.trainer INFO: No checkpoint found. Initializing model from scratch
Segmentation fault (core dumped)

Any more information?

i fork your project, just change 'png' to 'jpg', no more other changes.

What are your hardware devices and the CUDA version?

Could you run the data loader without model forward?

Could you run the data loader without model forward?

My cuda is 8.0 before, now i change to cuda10.2, now i can run normally. Thank you very much!