You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error came when I ran mnc_5stage.sh.
I ran the shell script as the example suggest:
./experiments/scripts/mnc_5stage.sh 0 VGG16 --set EXP_DIR foobar RNG_SEED 42 TRAIN.SCALES "[400,500,600,700]"
It seems that it goes well with the training period but gets this error with the testing period.
The text was updated successfully, but these errors were encountered:
F0221 20:15:47.362769 11176 roi_warping_layer.cu:121] Check failed: error == cudaSuccess (9 vs. 0) invalid configuration argument
*** Check failure stack trace: ***
./experiments/scripts/mnc_5stage.sh: line 46: 11176 Aborted (core dumped) ./tools/test_net.py --gpu ${GPU_ID} --def models/${NET}/mnc_5stage/test.prototxt --net ${NET_FINAL} --imdb ${DATASET_TEST} --cfg experiments/cfgs/${NET}/mnc_5stage.yml --task seg
This error came when I ran mnc_5stage.sh.
I ran the shell script as the example suggest:
./experiments/scripts/mnc_5stage.sh 0 VGG16 --set EXP_DIR foobar RNG_SEED 42 TRAIN.SCALES "[400,500,600,700]"
It seems that it goes well with the training period but gets this error with the testing period.
The text was updated successfully, but these errors were encountered: