From 891fd6eb0edef703e35ce54f625f32d2c3ffc9fb Mon Sep 17 00:00:00 2001 From: Jose <34888496+Jerry-Master@users.noreply.github.com> Date: Tue, 7 Feb 2023 14:16:58 +0100 Subject: [PATCH] Back to original --- mainscripts/Trainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainscripts/Trainer.py b/mainscripts/Trainer.py index 9f1c018..df74ca3 100644 --- a/mainscripts/Trainer.py +++ b/mainscripts/Trainer.py @@ -42,7 +42,7 @@ def trainerThread (s2c, c2s, e, if not saved_models_path.exists(): saved_models_path.mkdir(exist_ok=True, parents=True) - + model = models.import_model(model_class_name)( is_training=True, saved_models_path=saved_models_path,