Skip to content
Snippets Groups Projects
Commit ae76b1da authored by lukas leufen's avatar lukas leufen
Browse files

changed model and exp settings for faster run execution

parent 6906ca5d
No related branches found
No related tags found
2 merge requests!59Develop,!52implemented bootstraps
Pipeline #30493 passed
...@@ -17,7 +17,7 @@ def main(parser_args): ...@@ -17,7 +17,7 @@ def main(parser_args):
with RunEnvironment(): with RunEnvironment():
ExperimentSetup(parser_args, stations=['DEBW107', 'DEBY081', 'DEBW013', 'DEBW076', 'DEBW087', 'DEBW001'], ExperimentSetup(parser_args, stations=['DEBW107', 'DEBY081', 'DEBW013', 'DEBW076', 'DEBW087', 'DEBW001'],
station_type='background', trainable=True) station_type='background', trainable=False, create_new_model=False)
PreProcessing() PreProcessing()
ModelSetup() ModelSetup()
......
...@@ -10,8 +10,8 @@ import tensorflow as tf ...@@ -10,8 +10,8 @@ import tensorflow as tf
from src.model_modules.keras_extensions import HistoryAdvanced, CallbackHandler from src.model_modules.keras_extensions import HistoryAdvanced, CallbackHandler
# from src.model_modules.model_class import MyBranchedModel as MyModel # from src.model_modules.model_class import MyBranchedModel as MyModel
# from src.model_modules.model_class import MyLittleModel as MyModel from src.model_modules.model_class import MyLittleModel as MyModel
from src.model_modules.model_class import MyTowerModel as MyModel # from src.model_modules.model_class import MyTowerModel as MyModel
from src.run_modules.run_environment import RunEnvironment from src.run_modules.run_environment import RunEnvironment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment