You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
The problem is that, all parameters logged with _log_parameters appear in one run, and all the metrics logged using the callbacks appear in another run.
If I train without ray then everything works as expected. I do not understand why is ray opening another run. Is there a way to prevent this?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have a training script using ray, pytorch lightning and mlflow.
When I try to use ray lightning it seems to open another strategy:
First in my script I have the code:
I then move on to training with ray:
The problem is that, all parameters logged with
_log_parameters
appear in one run, and all the metrics logged using the callbacks appear in another run.If I train without ray then everything works as expected. I do not understand why is ray opening another run. Is there a way to prevent this?
The text was updated successfully, but these errors were encountered: