style: 修改为显式导入
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import numpy as np
|
||||
import torch
|
||||
|
||||
from astrai.config import *
|
||||
from astrai.data.dataset import *
|
||||
from astrai.trainer.schedule import *
|
||||
from astrai.trainer.schedule import SchedulerFactory, CosineScheduler, SGDRScheduler
|
||||
|
||||
|
||||
def test_schedule_factory_random_configs():
|
||||
|
||||
Reference in New Issue
Block a user