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
When I train with 2 GPUs, I have the same problem in facebookresearch/detectron2#4191.
Thus, after reading your README.MD, I want to know how to set the "find_unused_parameters=True" in distributed training of my own detectron2.
I have tried to set the "find_unused_parameters=True" in the detectron2/engine/defaults.py
Thus, I want to ask you whether I change it correctly.
I am looking forward to your response.
The text was updated successfully, but these errors were encountered:
When I train with 2 GPUs, I have the same problem in facebookresearch/detectron2#4191.
Thus, after reading your README.MD, I want to know how to set the "find_unused_parameters=True" in distributed training of my own detectron2.
I have tried to set the "find_unused_parameters=True" in the detectron2/engine/defaults.py
Thus, I want to ask you whether I change it correctly.
I am looking forward to your response.
The text was updated successfully, but these errors were encountered: