.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/ISSUE_TEMPLATE/README.md
.github/workflows/README.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/about.rst
docs/architecture_overview.rst
docs/conf.py
docs/configuration.rst
docs/data_set_splits.rst
docs/dev_guide.rst
docs/external_libraries.rst
docs/index.rst
docs/model_evaluation.rst
docs/notebooks.rst
docs/requirements.txt
docs/verbs.rst
docs/_static/umap_visualization.JPG
docs/notebooks/README.md
docs/pre_executed/README.md
docs/pre_executed/mlflow_screenshot.JPG
docs/pre_executed/mpr_demo.ipynb
docs/pre_executed/mpr_demo_plotting.py
docs/pre_executed/tensorboard_screenshot.JPG
docs/pre_executed/train_model.ipynb
docs/pre_executed/umap_visualization.JPG
docs/pre_executed/visualize.ipynb
example_notebooks/GettingStartedDownloader.ipynb
src/hyrax/__init__.py
src/hyrax/_version.py
src/hyrax/config_utils.py
src/hyrax/download.py
src/hyrax/download_stats.py
src/hyrax/example_benchmarks.py
src/hyrax/gpu_monitor.py
src/hyrax/hyrax.py
src/hyrax/hyrax_default_config.toml
src/hyrax/infer.py
src/hyrax/model_exporters.py
src/hyrax/plugin_utils.py
src/hyrax/prepare.py
src/hyrax/pytorch_ignite.py
src/hyrax/rebuild_manifest.py
src/hyrax/train.py
src/hyrax.egg-info/PKG-INFO
src/hyrax.egg-info/SOURCES.txt
src/hyrax.egg-info/dependency_links.txt
src/hyrax.egg-info/entry_points.txt
src/hyrax.egg-info/requires.txt
src/hyrax.egg-info/top_level.txt
src/hyrax/data_sets/__init__.py
src/hyrax/data_sets/data_set_registry.py
src/hyrax/data_sets/hsc_data_set.py
src/hyrax/data_sets/hyrax_cifar_data_set.py
src/hyrax/data_sets/inference_dataset.py
src/hyrax/downloadCutout/LINCC_README.md
src/hyrax/downloadCutout/README.md
src/hyrax/downloadCutout/downloadCutout.py
src/hyrax/models/__init__.py
src/hyrax/models/hsc_autoencoder.py
src/hyrax/models/hsc_dcae.py
src/hyrax/models/hsc_dcae_v2.py
src/hyrax/models/hyrax_autoencoder.py
src/hyrax/models/hyrax_cnn.py
src/hyrax/models/model_registry.py
src/hyrax/vector_dbs/chromadb_impl.py
src/hyrax/vector_dbs/vector_db_factory.py
src/hyrax/vector_dbs/vector_db_interface.py
src/hyrax/verbs/__init__.py
src/hyrax/verbs/lookup.py
src/hyrax/verbs/search.py
src/hyrax/verbs/umap.py
src/hyrax/verbs/verb_registry.py
src/hyrax/verbs/visualize.py
src/hyrax_cli/main.py
tests/hyrax/conftest.py
tests/hyrax/test_config_utils.py
tests/hyrax/test_hsc_dataset.py
tests/hyrax/test_plugin_utils.py
tests/hyrax/test_splits.py
tests/hyrax/test_data/test_default_config.toml
tests/hyrax/test_data/test_user_config.toml
tests/hyrax/test_data/test_user_config_repeated_keys.toml