-
- Downloads
removed dask from requirements.txt since it does not load in GitLab. Removed...
removed dask from requirements.txt since it does not load in GitLab. Removed __init__.py in keras_legacy, because it was unnecessary and wrong. Changed string to rawstring in PyTestRegex() calls.
parent
b9aef02d
No related branches found
No related tags found
Showing
- mlair/keras_legacy/__init__.py 0 additions, 3 deletionsmlair/keras_legacy/__init__.py
- requirements.txt 1 addition, 3 deletionsrequirements.txt
- test/test_helpers/test_helpers.py 1 addition, 1 deletiontest/test_helpers/test_helpers.py
- test/test_model_modules/test_inception_model.py 1 addition, 1 deletiontest/test_model_modules/test_inception_model.py
- test/test_run_modules/test_training.py 1 addition, 1 deletiontest/test_run_modules/test_training.py
mlair/keras_legacy/__init__.py
deleted
100644 → 0
## this list was generated using pipreqs on mlair/ | ||
## this list was generated using pipreqs on mlair/ directory | ||
astropy==4.1 | ||
auto_mix_prep==0.2.0 | ||
Cartopy==0.18.0 | ||
... | ... | @@ -21,5 +21,3 @@ tensorflow==2.5.0 |
typing_extensions==3.7.4.3 | ||
wget==3.2 | ||
xarray==0.16.2 | ||
dask | ||
\ No newline at end of file |
Please register or sign in to comment