- Follow instructions
to install Poetry:
# Unix/MacOs installation curl -sSL https://install.python-poetry.org | python3 -
- Check that poetry was installed successfully:
poetry --version
- Setup workspace:
make setup_ws
- Setup ClearML:
clearml-init
- Migrate dataset to your ClearML workspace:
make migrate_dataset
- (Optional) Configure and run Jupyter lab:
make jupyterlab_start
make run_training
- PytorchLightning + Hydra - a very nice repo template
- ClearML intro - showcase of main ClearML features