LICENSE
README.md
pyproject.toml
src/autotrainer/__init__.py
src/autotrainer/__main__.py
src/autotrainer/_fit_search.py
src/autotrainer/_optimize.py
src/autotrainer/augment.py
src/autotrainer/auto_optim.py
src/autotrainer/bottleneck.py
src/autotrainer/cli.py
src/autotrainer/detect.py
src/autotrainer/doctor.py
src/autotrainer/fitting.py
src/autotrainer/launcher.py
src/autotrainer/loop.py
src/autotrainer/metrics.py
src/autotrainer/preempt.py
src/autotrainer/py.typed
src/autotrainer/sanity.py
src/autotrainer/slurm.py
src/autotrainer/summary.py
src/autotrainer/throughput.py
src/autotrainer/triage.py
src/autotrainer/tuning.py
src/autotrainer/tuning_estimator.py
src/autotrainer/utils.py
src/autotrainer.egg-info/PKG-INFO
src/autotrainer.egg-info/SOURCES.txt
src/autotrainer.egg-info/dependency_links.txt
src/autotrainer.egg-info/entry_points.txt
src/autotrainer.egg-info/requires.txt
src/autotrainer.egg-info/top_level.txt
src/autotrainer/backends/__init__.py
src/autotrainer/backends/boosting_backend.py
src/autotrainer/backends/sklearn_backend.py
src/autotrainer/backends/tf_backend.py
src/autotrainer/backends/torch_backend.py
tests/test_augment_epochs.py
tests/test_auto_optim.py
tests/test_autolaunch.py
tests/test_autotrainer.py
tests/test_backends.py
tests/test_bottleneck.py
tests/test_cli.py
tests/test_distributed.py
tests/test_docs.py
tests/test_doctor.py
tests/test_fit.py
tests/test_launcher.py
tests/test_loop.py
tests/test_metrics_preempt.py
tests/test_optimize.py
tests/test_sanity.py
tests/test_summary.py
tests/test_throughput.py
tests/test_tier3.py
tests/test_tier3b.py
tests/test_train_dispatch.py
tests/test_train_step.py
tests/test_triage.py
tests/test_tune_recipe.py
tests/test_tuning.py
tests/test_tuning_estimator.py
tests/test_utils.py
tests/test_version.py