This commit is contained in:
D-X-Y 2021-05-27 17:55:26 +00:00
parent 9af34ea94d
commit 36311809e8
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ from xautodl.procedures import (
from xautodl.log_utils import time_string from xautodl.log_utils import time_string
from xautodl.log_utils import AverageMeter, convert_secs2time from xautodl.log_utils import AverageMeter, convert_secs2time
from xautodl.procedures.metric_utils import SaveMetric, MSEMetric, ComposeMetric from xautodl.procedures.metric_utils import SaveMetric, MSEMetric, Top1AccMetric
from xautodl.datasets.synthetic_core import get_synthetic_env from xautodl.datasets.synthetic_core import get_synthetic_env
from xautodl.models.xcore import get_model from xautodl.models.xcore import get_model
from xautodl.xlayers import super_core from xautodl.xlayers import super_core

View File

@ -24,7 +24,7 @@ from xautodl.procedures import (
from xautodl.log_utils import time_string from xautodl.log_utils import time_string
from xautodl.log_utils import AverageMeter, convert_secs2time from xautodl.log_utils import AverageMeter, convert_secs2time
from xautodl.procedures.metric_utils import SaveMetric, MSEMetric, ComposeMetric from xautodl.procedures.metric_utils import SaveMetric, MSEMetric, Top1AccMetric
from xautodl.datasets.synthetic_core import get_synthetic_env from xautodl.datasets.synthetic_core import get_synthetic_env
from xautodl.models.xcore import get_model from xautodl.models.xcore import get_model
from xautodl.xlayers import super_core from xautodl.xlayers import super_core