You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to load the weights of a previously model using the load_weights function and then train a new model with these initial parameters (do fine-tuning)?
dtitr_model.load_weights('Path')
Where Path is the address of the previous model.
Regards!
The text was updated successfully, but these errors were encountered:
Hi
In the training task after creating the model
dtitr_model = build_dtitr_model(FLAGS, FLAGS.prot_transformer_depth[0], FLAGS.smiles_transformer_depth[0], FLAGS.cross_block_depth[0] ............... ............... FLAGS.out_mlp_depth[0], FLAGS.out_mlp_hdim[0], optimizer_fun)
Is it possible to load the weights of a previously model using the load_weights function and then train a new model with these initial parameters (do fine-tuning)?
dtitr_model.load_weights('Path')
Where Path is the address of the previous model.
Regards!
The text was updated successfully, but these errors were encountered: