Skip to content
Snippets Groups Projects

Structure save and load

Merged Lisa-Marie Fenner requested to merge 44-structure-save-and-load into main
5 files
+ 11
15
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 0
3
@@ -56,9 +56,6 @@ class LoggerParams:
self.path_to_models = path_to_models
self.path_to_model = os.path.join(self.path_to_models, Path(f"test_w{window_size}_b{batch_size}_e{epochs}"))
self.time_stamp = datetime.now().strftime("%d_%m_%Y-%H_%M_%S")
self.ckpt_dir_name = f"with_search_strategy/test_w{window_size}_b{batch_size}_e{epochs}/"
self.file_name = f"with_search_strategy/test_w{window_size}_b{batch_size}_e{epochs}/" \
f"model_params.dill"
logging.basicConfig(level=logging.INFO)
logging.addLevelName(logging.INFO,
Loading