Hello,
I am trying to use transfer learning and just wanted to confirm that I am doing it correctly. I previously created a model and stored the weights in a folder. I then updated my new model and added to the configuration file
initialization_network_dir : “outputs/previous_model”
Are there anymore steps that are required? I asked because this model is taking the exact amount of time and epochs compared to previous model even given it the exact same results.
Thank you for your help.