I'd like to continue training after all epochs have completed. The --resume switch will not do this even if I set --epochs to a higher number than during the previous training run. How can I do this? This is different that just starting a new training run and loading the weights from the last epoch of the previous training run because (as far as I know) that state of the optimizer is not utilized.
I'd like to continue training after all epochs have completed. The --resume switch will not do this even if I set --epochs to a higher number than during the previous training run. How can I do this? This is different that just starting a new training run and loading the weights from the last epoch of the previous training run because (as far as I know) that state of the optimizer is not utilized.