- Python 3.10
- Poetry
sed -i 's/pytorch_template/<your-project-name>/g' pyproject.toml
mv -rf pytorch_template <your-project-name>
poetry installAnd then, edit config files in conf/ directory.
poetry run python train.pypoetry run python test.py --model-path <path-to-checkpoint>