jiaxi-wu / MPSR

Multi-scale Positive Sample Refinement for Few-shot Object Detection, ECCV2020
MIT License
135 stars 18 forks source link

Training Error #1

Open AmingWu opened 4 years ago

AmingWu commented 4 years ago

Thanks for sharing your code. When I run your code, there is an error.

bash tools/fewshot_exp/train_voc_base.sh

QQ截图20200721174056 QQ截图20200721174120

jiaxi-wu commented 4 years ago

Refer to maskrcnn-benchmark#241, there may exist another program occupying the default port. You need to modify these scripts and specify the port you want to use:

python -m torch.distributed.launch --master_port=FREE_PORT_NUMBER ./tool/train_net.py --config-file ${configfile}