Ranger-Deep-Learning-Optimizer icon indicating copy to clipboard operation
Ranger-Deep-Learning-Optimizer copied to clipboard

Loading state doesn't seem to be fully working

Open tchaton opened this issue 5 years ago • 0 comments

To save : 'optimizer' : optimizer.state_dict()

optimizer.load_state_dict(checkpoint['optimizer'])

However, I have the impression restarting the training always bring the accuracy down and then it recovers.

Best, Thomas Chaton>

tchaton avatar Nov 11 '19 18:11 tchaton