I have a model trained for some epochs using SGD optimizer, can I ask is it possible to update the model weights after each epoch using Adam algorithm.
I have a model trained for some epochs using SGD optimizer, can I ask is it possible to update the model weights after each epoch using Adam algorithm.