Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e89ca6

Browse files
committedJan 7, 2025
fix bug
1 parent 9f3a2e9 commit 0e89ca6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎configs/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
from .my_config import MyConfig
2-
from .optuna_config import OptunaConfig
32
from .parser import load_parser

‎optuna_search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from optuna.storages import RetryFailedTrialCallback
66
import torch.distributed as dist
77
from core import SegTrainer
8-
from configs import OptunaConfig
8+
from configs.optuna_config import OptunaConfig
99

1010
import warnings
1111
warnings.filterwarnings("ignore")

0 commit comments

Comments
 (0)
Please sign in to comment.