.coveragerc
.env.example
.fairseco_history.json
.gitignore
.zenodo.json
CITATION.cff
LICENSE
README.md
ROADMAP.md
developer_info.md
environment.yml
linter_profile.yaml
mcflylogo.png
mcflylogo_with_regression.png
pyproject.toml
.github/workflows/CI_build.yml
.github/workflows/FAIRSECO.yml
.github/workflows/cffconvert.yml
.github/workflows/release.yml
.github/workflows/sphinx_build.yml
docs/Makefile
docs/conf.py
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/mcflylogo.png
docs/network_architectures.png
docs/reference.rst
docs/technical_doc.rst
docs/user_manual.rst
html/example_modelcomparsion.json
html/index.html
html/modelscopy.json
html/css/bootstrap.css
html/css/bootstrap.min.css
html/css/colorbrewer.css
html/css/dc.css
html/css/dc.min.css
html/css/mcfly.css
html/images/mcfly_logo.png
html/js/FileSaver.js
html/js/colorbrewer.js
html/js/crossfilter.js
html/js/customSeriesChart.js
html/js/d3.js
html/js/dc.js
html/js/dc.js.map
html/js/dc.min.js
html/js/dc.min.js.map
html/js/env-data.js
html/js/flattenJson.js
html/js/jasmine-jsreporter.js
html/js/plots.js
html/js/reductio.js
html/js/reductio.min.js
mcfly/__init__.py
mcfly/_version.py
mcfly/find_architecture.py
mcfly/keras_dataset.py
mcfly/modelgen.py
mcfly/task.py
mcfly.egg-info/PKG-INFO
mcfly.egg-info/SOURCES.txt
mcfly.egg-info/dependency_links.txt
mcfly.egg-info/requires.txt
mcfly.egg-info/top_level.txt
mcfly/models/__init__.py
mcfly/models/base_hyperparameter_generator.py
mcfly/models/cnn.py
mcfly/models/deep_conv_lstm.py
mcfly/models/inception_time.py
mcfly/models/resnet.py
tests/test_base_hyperparameter_generator.py
tests/test_cnn.py
tests/test_deep_conv_lstm.py
tests/test_find_architecture.py
tests/test_inception_time.py
tests/test_modelgen.py
tests/test_resnet.py
tests/test_tools.py
tests/integration/integration.py
tests/integration/test_integration_jax.py
tests/integration/test_integration_numpy.py
tests/integration/test_integration_tensorflow.py
tests/integration/test_integration_torch.py