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
I wonder if setting find_unused_parameters=False in the DDP constructor is safe to avoid unnecessary computation and improve performance.
Please advise.
Thank you
The text was updated successfully, but these errors were encountered:
Since some parameter names are different in the public checkpoint from the code, so find_unused_parameters should be True if you are using the public checkpoint. In our case, unnecessary computation is minor and can be ignored.
Hi,
I wonder if setting
find_unused_parameters=False
in the DDP constructor is safe to avoid unnecessary computation and improve performance.Please advise.
Thank you
The text was updated successfully, but these errors were encountered: