.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/workflows/asv-main.yml
.github/workflows/asv-nightly.yml
.github/workflows/asv-pr.yml
.github/workflows/build-documentation.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-benchmarks-pr.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/asv.conf.json
benchmarks/benchmarks.py
docs/Makefile
docs/conf.py
docs/configuration.rst
docs/index.rst
docs/notebooks.rst
docs/requirements.txt
docs/notebooks/README.md
docs/notebooks/TrainingAModel.ipynb
docs/notebooks/intro_notebook.ipynb
docs/pre_executed/README.md
example_notebooks/GettingStartedDownloader.ipynb
src/fibad/__init__.py
src/fibad/_version.py
src/fibad/config_utils.py
src/fibad/download.py
src/fibad/download_stats.py
src/fibad/example_benchmarks.py
src/fibad/fibad.py
src/fibad/fibad_default_config.toml
src/fibad/plugin_utils.py
src/fibad/predict.py
src/fibad/pytorch_ignite.py
src/fibad/train.py
src/fibad.egg-info/PKG-INFO
src/fibad.egg-info/SOURCES.txt
src/fibad.egg-info/dependency_links.txt
src/fibad.egg-info/entry_points.txt
src/fibad.egg-info/requires.txt
src/fibad.egg-info/top_level.txt
src/fibad/data_sets/__init__.py
src/fibad/data_sets/data_set_registry.py
src/fibad/data_sets/example_cifar_data_set.py
src/fibad/data_sets/hsc_data_set.py
src/fibad/downloadCutout/LINCC_README.md
src/fibad/downloadCutout/README.md
src/fibad/downloadCutout/downloadCutout.py
src/fibad/models/__init__.py
src/fibad/models/example_autoencoder.py
src/fibad/models/example_cnn_classifier.py
src/fibad/models/model_registry.py
src/fibad_cli/main.py
tests/fibad/conftest.py
tests/fibad/test_config_utils.py
tests/fibad/test_hsc_dataset.py
tests/fibad/test_plugin_utils.py
tests/fibad/test_data/test_default_config.toml
tests/fibad/test_data/test_user_config.toml