rowanz / r2c

Recognition to Cognition Networks (code for the model in "From Recognition to Cognition: Visual Commonsense Reasoning", CVPR 2019)
https://visualcommonsense.com
MIT License
466 stars 91 forks source link

RuntimeError: DataLoader worker (pid 6645) is killed by signal: Illegal instruction. #18

Open Anter001 opened 5 years ago

Anter001 commented 5 years ago

When I run your code,there is an error- RuntimeError: DataLoader worker (pid 6645) is killed by signal: Illegal instruction. It's also wrong when I reduce batchsize. Thank you for your reply.

rowanz commented 5 years ago

sorry, I'm not sure I can help much based on the level of detail that you provided... I've never run into this error myself, so it's possible this could be based on your system.

Maybe one thing that you could try doing is setting the number of workers to 0 - that way, everything is on the same process.