msc-patryk-bartkowiak/code/README.md
Patryk Bartkowiak 2ec7cc263d updated README
2025-01-16 17:06:36 +00:00

598 B

Magisterka - Patryk Bartkowiak

Required dependencies for the repository to work properly

How to run the training?

Note: You have to be in ./code/ directory

1. Install PDM

curl -sSL https://pdm-project.org/install-pdm.py | python3 -

2. Update $PATH

export PATH=/root/.local/bin:$PATH

3. Install dependencies

pdm install

4. Run training code

pdm train --config {CONFIG FILE}

Example:

pdm train --config ./configs/original.yaml