From a66e5a456a2b036b2b787371da3160efc559031f Mon Sep 17 00:00:00 2001 From: Jordan Gong Date: Thu, 8 Apr 2021 12:57:40 +0800 Subject: Add stop step for scheduler --- utils/configuration.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils') diff --git a/utils/configuration.py b/utils/configuration.py index 608d413..579d2f2 100644 --- a/utils/configuration.py +++ b/utils/configuration.py @@ -66,11 +66,13 @@ class OptimizerHPConfiguration(TypedDict): class SubSchedulerHPConfiguration(TypedDict): start_step: int + stop_step: int final_gamma: float class SchedulerHPConfiguration(TypedDict): start_step: int + stop_step: int final_gamma: float auto_encoder: SubSchedulerHPConfiguration hpm: SubSchedulerHPConfiguration -- cgit v1.2.3