-
- Downloads
Merge branch 'lukas_issue284_feat_create-fcn-model-class' into 'develop'
Resolve "create FCN model class" See merge request toar/mlair!255
No related branches found
No related tags found
Checking pipeline status
Showing
- ACKNOWLEDGMENTS.md 0 additions, 0 deletionsACKNOWLEDGMENTS.md
- conftest.py 8 additions, 5 deletionsconftest.py
- mlair/model_modules/__init__.py 1 addition, 1 deletionmlair/model_modules/__init__.py
- mlair/model_modules/abstract_model_class.py 241 additions, 0 deletionsmlair/model_modules/abstract_model_class.py
- mlair/model_modules/fully_connected_networks.py 134 additions, 0 deletionsmlair/model_modules/fully_connected_networks.py
- mlair/model_modules/model_class.py 2 additions, 280 deletionsmlair/model_modules/model_class.py
- mlair/plotting/training_monitoring.py 2 additions, 1 deletionmlair/plotting/training_monitoring.py
- mlair/run_modules/experiment_setup.py 1 addition, 1 deletionmlair/run_modules/experiment_setup.py
- mlair/run_modules/model_setup.py 3 additions, 3 deletionsmlair/run_modules/model_setup.py
- mlair/run_modules/post_processing.py 4 additions, 4 deletionsmlair/run_modules/post_processing.py
- mlair/run_modules/training.py 6 additions, 1 deletionmlair/run_modules/training.py
- test/test_data_handler/test_iterator.py 3 additions, 3 deletionstest/test_data_handler/test_iterator.py
- test/test_model_modules/test_abstract_model_class.py 199 additions, 0 deletionstest/test_model_modules/test_abstract_model_class.py
- test/test_model_modules/test_model_class.py 0 additions, 196 deletionstest/test_model_modules/test_model_class.py
- test/test_run_modules/test_model_setup.py 4 additions, 4 deletionstest/test_run_modules/test_model_setup.py
Loading
Please register or sign in to comment