-
Notifications
You must be signed in to change notification settings - Fork 9
New inference script and notebook #9
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
Conversation
…r now, not fully tested
…ve dependency on metl-pretrained
…onger needed to run inference
|
@brycejoh16 you will be a potential user of this. Can you please give the initial review? |
|
@agitter , I can do an initial review and give feedback . |
brycejoh16
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, we may just want to use a different parameter for determining source vs target model, such as model_name or a finetuning argument.
…s trained in this repo
Added a new inference script and notebook. The notebook shows how to run inference with our Lightning framework or load the model as a PyTorch module and use a custom inference loop. I removed dependencies and references to using the metl-pretrained package for running inference and updated READMEs.