Ranger-Deep-Learning-Optimizer
Ranger-Deep-Learning-Optimizer copied to clipboard
Loading state doesn't seem to be fully working
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>