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
In order to save the best checkpoint, I set default hook config as checkpoint=dict(type='CheckpointHook', interval=10, save_best='accuracy/top1').
Then below is the result
Why the file size of best_accuracy_top1_epoch_118.pth is different from that of epoch_118.pth ??
Is there any difference between saving the last checkpoint and saving the best checkpoint?
The inference results are the same in both cases.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
In order to save the best checkpoint, I set default hook config as
checkpoint=dict(type='CheckpointHook', interval=10, save_best='accuracy/top1')
.Then below is the result
Why the file size of
best_accuracy_top1_epoch_118.pth
is different from that ofepoch_118.pth
??Is there any difference between saving the last checkpoint and saving the best checkpoint?
The inference results are the same in both cases.
Beta Was this translation helpful? Give feedback.
All reactions