LICENSE
README.md
setup.py
examples/1_simple_example.py
examples/2_simple_experiment_with_logging.py
examples/3_specification_generation.py
examples/4_backend_change.py
examples/5_checkpointed_experiment.py
examples/6_overlapping_checkpointed_experiment.py
examples/__init__.py
examples/example_utils.py
smallab/__init__.py
smallab/callbacks.py
smallab/file_locations.py
smallab/smallab_types.py
smallab/specification_generator.py
smallab.egg-info/PKG-INFO
smallab.egg-info/SOURCES.txt
smallab.egg-info/dependency_links.txt
smallab.egg-info/requires.txt
smallab.egg-info/top_level.txt
smallab/dashboard/__init__.py
smallab/dashboard/dashboard.py
smallab/dashboard/dashboard_events.py
smallab/dashboard/utils.py
smallab/experiment_types/__init__.py
smallab/experiment_types/checkpointed_experiment.py
smallab/experiment_types/experiment.py
smallab/experiment_types/overlapping_output_experiment.py
smallab/experiment_types/handlers/__init__.py
smallab/experiment_types/handlers/base_handler.py
smallab/experiment_types/handlers/checkpointed_experiment_handler.py
smallab/experiment_types/handlers/overlapping_output_checkpointed_experiment_handler.py
smallab/experiment_types/handlers/registry.py
smallab/name_helper/__init__.py
smallab/name_helper/dict.py
smallab/runner/__init__.py
smallab/runner/runner.py
smallab/runner/runner_methods.py
smallab/runner_implementations/__init__.py
smallab/runner_implementations/abstract_runner.py
smallab/runner_implementations/joblib_runner.py
smallab/runner_implementations/main_process_runner.py
smallab/runner_implementations/multiprocessing_runner.py
smallab/runner_implementations/fixed_resource/__init__.py
smallab/runner_implementations/fixed_resource/simple.py
smallab/utilities/__init__.py
smallab/utilities/email_hooks.py
smallab/utilities/hooks.py
smallab/utilities/logging_callback.py
smallab/utilities/tqdm_to_logger.py
smallab/utilities/experiment_loading/__init__.py
smallab/utilities/experiment_loading/experiment_loader.py