-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: pretrain with mlflow
#563
Conversation
Looks like your PR modifies shared library files in We highly recommend getting your code reviewed by one of the core maintainers to avoid breaking other projects that depend on these files :-) |
mlflow
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.
Let us discuss the factory - there is probably a good reason for it that I am missing.
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
For #560, I needed the path of the pretrained model. However, I think it is on your user account (ADMINKEN**) @KennethEnevoldsen.
So, wanted to run a new pretraining that saves to a dir on
E:/shared_resources
, and might as well add mlflow at the same time.Started a training, but failed because of the MLflow server being down. More info here: https://github.com/Aarhus-Psychiatry-Research/psycop-ml-ops/issues/54
Also fixes #562.