File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1335,6 +1335,7 @@ def make(self, key):
13351335 model_name = str (model_name )
13361336
13371337 execution_time = datetime .now (timezone .utc )
1338+
13381339 # Fit the model
13391340 model , _ = fit_model (
13401341 model = model ,
@@ -1648,7 +1649,6 @@ def make(self, key):
16481649
16491650 # Fit the model
16501651 try :
1651-
16521652 model , model_name = fit_model (
16531653 model = model_to_fit ,
16541654 model_name = model_name ,
@@ -1660,7 +1660,7 @@ def make(self, key):
16601660 generate_progress_plots = True ,
16611661 save_every_n_iters = 1 , # TODO: to change to a higher value
16621662 verbose = False ,
1663- ) # checkpoint will be saved at project_dir/model_name
1663+ )
16641664 except Exception as e :
16651665 raise ValueError (f"FullFit training failed: { e } " )
16661666
You can’t perform that action at this time.
0 commit comments