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
Hi Spijkervet, thank you for your code. I found that the checkpoint at epoch 0 will be covered in the end when using DDP, maybe it's better to add a line before this line.
if args.nr == 0:
save_model(args, model, optimizer)
The text was updated successfully, but these errors were encountered:
Hi Spijkervet, thank you for your code. I found that the checkpoint at epoch 0 will be covered in the end when using DDP, maybe it's better to add a line before this line.
The text was updated successfully, but these errors were encountered: