LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
dora/__init__.py
dora/__main__.py
dora/_utils.py
dora/conf.py
dora/distrib.py
dora/executor.py
dora/explore.py
dora/git_save.py
dora/grid.py
dora/hiplot.py
dora/hydra.py
dora/info.py
dora/launch.py
dora/lightning.py
dora/link.py
dora/log.py
dora/main.py
dora/names.py
dora/py.typed
dora/run.py
dora/share.py
dora/shep.py
dora/utils.py
dora/xp.py
dora/tests/__init__.py
dora/tests/fake_shep.py
dora/tests/test_explore.py
dora/tests/test_grid.py
dora/tests/test_hydra.py
dora/tests/test_integration.py
dora/tests/test_main.py
dora/tests/test_share.py
dora/tests/test_shep.py
dora/tests/test_xp.py
dora/tests/integ/__init__.py
dora/tests/integ/other_train.py
dora/tests/integ/train.py
dora/tests/integ/grids/__init__.py
dora/tests/integ/grids/test.py
dora/tests/test_conf/test_conf.yaml
dora/tests/test_conf/group/lapin.yaml
dora/tests/test_conf/group/plop.yaml
dora_search.egg-info/PKG-INFO
dora_search.egg-info/SOURCES.txt
dora_search.egg-info/dependency_links.txt
dora_search.egg-info/entry_points.txt
dora_search.egg-info/requires.txt
dora_search.egg-info/top_level.txt
examples/mnist/__init__.py
examples/mnist/train.py
examples/mnist/grids/__init__.py
examples/mnist/grids/test.py
examples/mnist_hydra/__init__.py
examples/mnist_hydra/train.py
examples/mnist_hydra/conf/config.yaml
examples/mnist_hydra/grids/__init__.py
examples/mnist_hydra/grids/test.py
examples/pl/data.py
examples/pl/train.py
examples/pl/grids/__init__.py
examples/pl/grids/test.py