LICENSE
MANIFEST.in
README.md
codemeta.json
example_settings.toml
pyproject.toml
astromorph/__init__.py
astromorph/__main__.py
astromorph/app.py
astromorph/pipeline_01_training.py
astromorph/pipeline_02_inference.py
astromorph/settings.py
astromorph.egg-info/PKG-INFO
astromorph.egg-info/SOURCES.txt
astromorph.egg-info/dependency_links.txt
astromorph.egg-info/entry_points.txt
astromorph.egg-info/requires.txt
astromorph.egg-info/top_level.txt
astromorph/byol/__init__.py
astromorph/byol/byol.py
astromorph/byol/byol_trainer.py
astromorph/byol/min_max_norm.py
astromorph/byol/mlp.py
astromorph/byol/netwrapper.py
astromorph/datasets/__init__.py
astromorph/datasets/base_dataset.py
astromorph/datasets/filelist_dataset.py
astromorph/datasets/helpers.py
astromorph/models/__init__.py
astromorph/models/astro_morphology_model.py
astromorph/models/fewer_layers_resnet.py
tests/conftest.py
tests/test_training.py