Skip to content
Snippets Groups Projects
Verified Commit 812aa522 authored by Yoann Schneider's avatar Yoann Schneider :tennis:
Browse files

fix lint

parent 00d340f3
No related branches found
No related tags found
1 merge request!60Resume from existing mlflow run
This commit is part of merge request !60. Comments created here will be created in the context of that merge request.
......@@ -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
......
......@@ -23,10 +23,7 @@ class MLflowNotInstalled(Exception):
Raised when MLflow logging was requested but the module was not installed
"""
<<<<<<< HEAD
=======
>>>>>>> bf9cf44 (check if mlflow is available at runtime)
def randint(low, high):
"""
call torch.randint to preserve random among dataloader workers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment