Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is Fine - tuning feasible on the DTITR model? #2

Open
ChenaoB opened this issue Jul 22, 2023 · 0 comments
Open

Is Fine - tuning feasible on the DTITR model? #2

ChenaoB opened this issue Jul 22, 2023 · 0 comments

Comments

@ChenaoB
Copy link

ChenaoB commented Jul 22, 2023

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant