.gitignore
LICENSE
README.md
RELEASING.md
pyproject.toml
uv.lock
.github/workflows/publish.yml
.github/workflows/tests.yml
.vscode/launch.json
.vscode/settings.json
examples/train.py
examples/conf/config.yaml
examples/conf/dataset/mnist.yaml
examples/conf/device/cpu.yaml
examples/conf/device/gpu.yaml
examples/conf/device/mps.yaml
examples/conf/experiment/mnist.yaml
examples/conf/experiment/mnist_linear.yaml
examples/conf/logger/console.yaml
examples/conf/model/lenet.yaml
examples/conf/model/linear.yaml
examples/conf/submodules/image_encoder/lenet.yaml
examples/conf/submodules/image_encoder/linear.yaml
examples/conf/submodules/resize/bilinear.yaml
examples/modules/__init__.py
examples/modules/image_encoder.py
examples/modules/upsample.py
hypatorch/__init__.py
hypatorch/_version.py
hypatorch/assessments.py
hypatorch/core.py
hypatorch/dataset.py
hypatorch/distributed.py
hypatorch/logger.py
hypatorch/losses.py
hypatorch/train.py
hypatorch/utils.py
hypatorch.egg-info/PKG-INFO
hypatorch.egg-info/SOURCES.txt
hypatorch.egg-info/dependency_links.txt
hypatorch.egg-info/requires.txt
hypatorch.egg-info/scm_file_list.json
hypatorch.egg-info/scm_version.json
hypatorch.egg-info/top_level.txt
misc/acknowledgement/EFRE_Sachsen_EN.png
misc/acknowledgement/Semeco_Logo.png
test/shared.py
test/test_checkpoint.py
test/test_compute_grad.py
test/test_distributed.py
test/test_logger.py
test/test_optimizer.py
test/test_train_mode.py
test/test_train_resume.py