salaniz / pytorch-gve-lrcn

PyTorch implementations for "Generating Visual Explanations" (GVE) and "Long-term Recurrent Convolutional Networks" (LRCN)
MIT License
92 stars 22 forks source link

Segmentation Fault (Core Dumped) #11

Closed ashiqimran closed 5 years ago

ashiqimran commented 5 years ago

I am getting error ''Segmentation fault (core dumped)". Any suggestions?

salaniz commented 5 years ago

Hard to say without any more information. Can you please provide the full error log? Most importantly, I need to know where exactly this happens.

ashiqimran commented 5 years ago

After I installed all the required packages, I want to start training on MS-coco datasets. After I pass the following command, I am getting the error message. python main.py --model lrcn --dataset coco

salaniz commented 5 years ago

Unfortunately this is not enough information to work with. I have updated the installation with a conda environment that should make it easier to run this repository. Please make a fresh start and check if it is working now. You can reopen this issue if your problems have not been resolved, but please give the full error message or debug the code to more closely tell me where the segmentation fault exactly happens.