Back to original

This commit is contained in:
Jose 2023-02-07 14:16:58 +01:00 committed by GitHub
parent 4d7660c45c
commit 891fd6eb0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,