ronghanghu / speaker_follower

Code release for Fried et al., Speaker-Follower Models for Vision-and-Language Navigation. in NeurIPS, 2018.
http://ronghanghu.com/speaker_follower/
Other
129 stars 31 forks source link

Code fails in training #5

Closed Mrs-Hudson closed 6 years ago

Mrs-Hudson commented 6 years ago

Hi

I am trying to run 'python tasks/R2R/train_speaker.py' after following the previous steps, but it fails with a 'Killed' msg. I am running it on a local machine with no GPU.

ronghanghu commented 6 years ago

Hi, I think it's most likely due to running out of memory. And in general, you may want to use a GPU machine, since training on CPU would be very very slow.