I want to make a comparison on the same code.can i train the retinanet with your code?
can i use this?
python -m torch.distributed.launch --nproc_per_node=1 --master_port=$((RANDOM + 10000)) tools/train_net.py --skip-test --config-file configs/retinanet/retinanet_R-50-FPN_1x.yaml DATALOADER.NUM_WORKERS 2 OUTPUT_DIR training_dir/retinanet?
I want to make a comparison on the same code.can i train the retinanet with your code? can i use this? python -m torch.distributed.launch --nproc_per_node=1 --master_port=$((RANDOM + 10000)) tools/train_net.py --skip-test --config-file configs/retinanet/retinanet_R-50-FPN_1x.yaml DATALOADER.NUM_WORKERS 2 OUTPUT_DIR training_dir/retinanet?