- Oct 20, 2021
-
-
Falco Weichselbaum authored
advanced_padding.py import errors fixed by copying keras 2.2.0 (used in TF1 MLAir) modules to mlair/keras_legacy. Result not tested yet.
-
Falco Weichselbaum authored
make_keras_pickable hotfix added from: https://github.com/tensorflow/tensorflow/issues/34697#issuecomment-627193883. It is placed into helpers.py and runs in __init__() of AbstractModelClass to always be called before any model configuration.
-
Falco Weichselbaum authored
deactivated not working advanced_paddings.py import, changed some other keras imports to tensorflow.keras as keras, *.model.fit_generator() changed to *.model.fit() which is said to have the same functionality - Commit suffers from PicklingError with RLocks when trying to save Callback in Epoch 0002
-
- Oct 18, 2021
-
-
leufen1 authored
-
- Oct 12, 2021
-
-
Falco Weichselbaum authored
tf_upgrade_tf2 run on whole directory. Only training.py and abstract_model_class.py directly affected by the script. Other problems were mostly import keras related and solved with import tensorflow.keras as keras. Not possible for advanced_paddings.py. For details see: #331
-
- Jul 23, 2021
-
-
v.gramlich1 authored
-
v.gramlich1 authored
-
- Jul 22, 2021
-
-
leufen1 authored
-
- Feb 03, 2021
-
-
leufen1 authored
-
- Dec 01, 2020
-
-
leufen1 authored
-
- Jun 30, 2020
-
-
lukas leufen authored
-
- Jun 29, 2020
-
-
lukas leufen authored
updated all run scripts with new Workflow class, HPC_setup script is calling now the new run_HPC.py script
-
- Jun 25, 2020
-
-
lukas leufen authored
split experiment path and name setup, replace parser inside ExpSetup by experiment_date parameter and add therefore args handling to all run scripts
-
- Apr 21, 2020
-
-
lukas leufen authored
-
lukas leufen authored
-
- Apr 20, 2020
-
-
Felix Kleinert authored
-
- Apr 09, 2020
-
-
Felix Kleinert authored
-
- Apr 07, 2020
-
-
Felix Kleinert authored
-
Felix Kleinert authored
-
- Mar 31, 2020
-
-
lukas leufen authored
-
- Mar 18, 2020
-
-
lukas leufen authored
-
- Mar 16, 2020
-
-
lukas leufen authored
-
- Mar 12, 2020
-
-
lukas leufen authored
-
- Feb 26, 2020
-
-
lukas leufen authored
-
- Feb 11, 2020
-
-
lukas leufen authored
-
- Jan 31, 2020
-
-
lukas leufen authored
-
- Jan 30, 2020
-
-
lukas leufen authored
-
- Jan 06, 2020
-
-
lukas leufen authored
-
- Dec 12, 2019
-
-
lukas leufen authored
-
- Dec 11, 2019
-
-
lukas leufen authored
-
- Dec 10, 2019
-
-
lukas leufen authored
-
- Dec 09, 2019
-
-
lukas leufen authored
-
- Dec 04, 2019
-
-
lukas leufen authored
-
- Dec 03, 2019
-
-
lukas leufen authored
-
- Nov 25, 2019
-
-
lukas leufen authored
introduced module "modules" to collect all working steps (like experiment setup, pre-processing) in separate folder some paths are still not updated and will cause errors (WIP)
-
lukas leufen authored
restructured experiment setup, therefore deactivated some functionality in run.py and modules.py (tests fill probably fail now!)
-
- Nov 22, 2019
-
-
lukas leufen authored
-
- Nov 15, 2019
-
-
lukas leufen authored
-
lukas leufen authored
split run.py into experiment_setup.py and modules.py (includes preprocessing, training, postprocessing)
-
lukas leufen authored
-