Skip to content
Snippets Groups Projects

Robust mlflow requests

Merged Yoann Schneider requested to merge robust-mlflow-requests into main
All threads resolved!
3 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 2
0
@@ -23,8 +23,10 @@ from tqdm import tqdm
from dan.manager.metrics import MetricManager
from dan.ocr.utils import LM_ind_to_str
from dan.schedulers import DropoutScheduler
try:
import mlflow
from dan.mlflow import logging_metrics, logging_tags_metrics
except ImportError:
pass
Loading