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

fix lint

parent 5a1bcb92
No related branches found
No related tags found
1 merge request!59Robust mlflow requests
......@@ -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
......
......@@ -8,7 +8,6 @@ from mlflow.exceptions import MlflowException
from dan import logger
def setup_environment(config: dict):
"""
Get the necessary variables from the config file and put them in the environment variables
......
......@@ -23,6 +23,7 @@ class MLflowNotInstalled(Exception):
Raised when MLflow logging was requested but the module was not installed
"""
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