Skip to content

Instantly share code, notes, and snippets.

@amogkam
Created January 12, 2021 01:00
Show Gist options
  • Save amogkam/b2e6418928353d5b6752bf8f7265ea71 to your computer and use it in GitHub Desktop.
Save amogkam/b2e6418928353d5b6752bf8f7265ea71 to your computer and use it in GitHub Desktop.
from ray.tune.integration.mlflow import mlflow_mixin
@mlflow_mixin
def train_fn(config):
...
mlflow.log_metric(...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment