-
Notifications
You must be signed in to change notification settings - Fork 35
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
pretrained model example #5
Comments
Good point! I am developing a tutorial on this transfer learning issue. The basic idea is to replace the final layer with your targeted task, and then only retrain the last layer with a large learning rate. Then you can finetune the full model. |
https://pytorch.org/tutorials/beginner/saving_loading_models.html |
When are you going to publish this? I can't seem to replicate your results, i'm getting MAE of around 8 for IXI database. |
The pretrained model is fit into UK biobank of which age distribution is [42,64]. But my dataset age distribution is [20,86].
If I use it for validation, would it be not working well on my dataset?
I have tried to fine-tune pretrained model, but your pretrained model outputs_dim=40, mine 70...it does not match...
What can I do?
The text was updated successfully, but these errors were encountered: