Closed loliq closed 3 years ago
As illustrated in our installation, Please set the "find_unused_parameters=True" in distributed training of your own detectron2. You could modify it in detectron2/engine/defaults.py.
As illustrated in our installation, Please set the "find_unused_parameters=True" in distributed training of your own detectron2. You could modify it in detectron2/engine/defaults.py.
Thanks for your relying, it worked!!!
Thanks for your work. I met a problem when training coco panoptic model by using multi GPUs.
My command is
python3 projects/EntitySeg/train_net.py --config-file projects/EntitySeg/configs/entity_swin_t_1x.yaml --num-gpus 4 OUTPUT_DIR entity_model
. Below is my error:Any help is greatly appreciated. Thank you!