Skip to content

Commit

Permalink
Update darts_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marsggbo authored Oct 4, 2021
1 parent 0661d47 commit 8e9a7a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hyperbox/models/darts_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from .base_model import BaseModel
from typing import Any, List, Optional, Union

import copy
Expand All @@ -10,6 +9,8 @@
from omegaconf import DictConfig

from hyperbox.utils.logger import get_logger
from .base_model import BaseModel

logger = get_logger(__name__, rank_zero=True)


Expand Down

0 comments on commit 8e9a7a3

Please sign in to comment.