fix(config): 修正 SGDRScheduleConfig 类名拼写错误

This commit is contained in:
2025-10-20 18:21:46 +08:00
parent e051005334
commit bc5ef72001
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -55,7 +55,7 @@ def test_schedule_factory_random_configs():
total_steps=np.random.randint(1000, 5000),
min_rate=np.random.uniform(0.01, 0.1)
),
SgdrScheduleConfig(
SGDRScheduleConfig(
warmup_steps=np.random.randint(50, 200),
cycle_length=np.random.randint(500, 2000),
t_mult=np.random.randint(1, 3),