From 99fe44874a729af2861b2d28bf0ebf0df34fbbca Mon Sep 17 00:00:00 2001 From: leufen1 <l.leufen@fz-juelich.de> Date: Fri, 20 Jan 2023 22:00:05 +0100 Subject: [PATCH] exclude do_bias_free_evaluation from snapshot check --- mlair/run_modules/pre_processing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mlair/run_modules/pre_processing.py b/mlair/run_modules/pre_processing.py index fc1ae4b7..3cc153a5 100644 --- a/mlair/run_modules/pre_processing.py +++ b/mlair/run_modules/pre_processing.py @@ -424,7 +424,7 @@ class PreProcessing(RunEnvironment): "model_class", "model_display_name", "model_path", "n_boots", "n_hidden", "n_layer", "neighbors", "plot_list", "plot_path", "regularizer", "restore_best_model_weights", "snapshot_load_path", "snapshot_path", "stations", "tmp_path", "train_model", - "transformation", "use_multiprocessing", ] + "transformation", "use_multiprocessing", "do_bias_free_evaluation"] data_handler = self.data_store.get("data_handler") model_class = self.data_store.get("model_class") -- GitLab