LICENSE
README.md
pyproject.toml
setup.py
anylearn/__init__.py
anylearn/anylearnctl.py
anylearn/config.py
anylearn.egg-info/PKG-INFO
anylearn.egg-info/SOURCES.txt
anylearn.egg-info/dependency_links.txt
anylearn.egg-info/entry_points.txt
anylearn.egg-info/requires.txt
anylearn.egg-info/top_level.txt
anylearn/applications/__init__.py
anylearn/applications/algorithm_manager.py
anylearn/applications/dataset_manager.py
anylearn/applications/git_progress_printer.py
anylearn/applications/hpo.py
anylearn/applications/hpo_experiment.py
anylearn/applications/quickstart.py
anylearn/applications/tracking.py
anylearn/applications/train_profile.py
anylearn/applications/utils.py
anylearn/cli/__init__.py
anylearn/cli/add.py
anylearn/cli/add_algorithm.py
anylearn/cli/add_dataset.py
anylearn/cli/anylearn_cli_config.py
anylearn/cli/cli.py
anylearn/cli/config.py
anylearn/cli/download.py
anylearn/cli/errors.py
anylearn/cli/push.py
anylearn/cli/quota.py
anylearn/cli/rm.py
anylearn/cli/run.py
anylearn/cli/task.py
anylearn/cli/utils.py
anylearn/cli/view.py
anylearn/interfaces/__init__.py
anylearn/interfaces/base.py
anylearn/interfaces/mirror.py
anylearn/interfaces/project.py
anylearn/interfaces/train_task.py
anylearn/interfaces/user.py
anylearn/interfaces/quota/__init__.py
anylearn/interfaces/quota/group.py
anylearn/interfaces/resource/__init__.py
anylearn/interfaces/resource/algorithm.py
anylearn/interfaces/resource/dataset.py
anylearn/interfaces/resource/file.py
anylearn/interfaces/resource/model.py
anylearn/interfaces/resource/resource.py
anylearn/interfaces/resource/resource_downloader.py
anylearn/interfaces/resource/resource_uploader.py
anylearn/interfaces/service/__init__.py
anylearn/interfaces/service/record.py
anylearn/interfaces/service/service.py
anylearn/storage/__init__.py
anylearn/storage/db/__init__.py
anylearn/storage/db/db.py
anylearn/storage/db/models.py
anylearn/storage/db/migrations/__init__.py
anylearn/storage/db/migrations/alembic.ini
anylearn/storage/db/migrations/env.py
anylearn/storage/db/migrations/versions/6dfd859f129e_add_train_hpo_id_hpo_final_metric.py
anylearn/storage/db/migrations/versions/848203d98d73_recreate_resource_tables_for_checksum.py
anylearn/storage/db/migrations/versions/__init__.py
anylearn/storage/db/migrations/versions/c1ee06d84c12_create_local_train_profile_table.py
anylearn/storage/db/migrations/versions/c22620b97e39_create_local_hpo_experiment_table.py
anylearn/storage/db/migrations/versions/ed56a42729b7_alter_train_profile_datasetid_nullable.py
anylearn/storage/file/__init__.py
anylearn/utils/__init__.py
anylearn/utils/api.py
anylearn/utils/errors.py
anylearn/utils/func.py
anylearn/utils/logger.py
anylearn/utils/singleton.py
tests/__init__.py
tests/base_test_case.py
tests/config.py
tests/applications/__init__.py
tests/applications/test_quick_train.py
tests/interfaces/__init__.py
tests/interfaces/test_db.py
tests/interfaces/test_mirror.py
tests/interfaces/test_project.py
tests/interfaces/test_train_task.py
tests/interfaces/test_user.py
tests/interfaces/resource/__init__.py
tests/interfaces/resource/test_algorithm.py
tests/interfaces/resource/test_dataset.py
tests/interfaces/resource/test_file.py
tests/interfaces/resource/test_model.py
tests/interfaces/resource/test_resource.py
tests/interfaces/resource/test_resource_downloader.py
tests/interfaces/resource/test_resource_uploader.py
tests/utils/__init__.py