Rafaël Mostert

Results 1 comments of Rafaël Mostert

Sure. I changed 'example_train_slurm.sh' to 'example_train.sh', which results in the keyerror (see [crash_log_example_train.txt](https://github.com/chenwuperth/rgz_rcnn/files/2547758/crash_log_example_train.txt) for the full output): ``` #!/bin/bash export CUDA_VISIBLE_DEVICES=7 source activate py2-tensorflow RGZ_RCNN=/local/s174/rgz_rcnn python $RGZ_RCNN/tools/train_net.py \ --device 'gpu'...