-
Notifications
You must be signed in to change notification settings - Fork 27.4k
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
MLflowCallback to log run_name argument #8519
Comments
Please don't hesitate to suggest a PR, |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It will be useful to have this, and it will organize all the experiments better. |
Is there any update on this issue and #12841? I have a very simple one-line solution of passing |
@HenryMaguire can you send link to your notebook or colab? |
🚀 Feature request
When using the MLflowCallback (set as default for Trainer), I would like to log the
run_name
argument passed to TrainingArguments as the Run Name on the MLflow dashboard. Currently runs are being logged as nameless.E.g. see below.
Motivation
Trainer makes training 🤗 models so easy and MLflow is great for organising experiments/caching artifacts. I would like to make it easier to organise experimental runs and make research easier, particularly for larger teams. This feature would be a very simple patch on the original PR #8016
example usage
Your contribution
I can submit a PR
The text was updated successfully, but these errors were encountered: