diff options
author | Pherkel | 2023-08-18 23:19:47 +0200 |
---|---|---|
committer | Pherkel | 2023-08-18 23:19:47 +0200 |
commit | 13a608530eba90cea4c003566e331938fbf34bda (patch) | |
tree | 3d60200cb833cea1d093b9bb6865a081db94a042 /readme.md | |
parent | 8a53dbd6701cd775b84e51a4366a7e209d921d7d (diff) |
fixed training procedure
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,7 +5,7 @@ recogniton 2 (SWR2) in the summer term 2023. # Installation ``` -pip install -r requirements.txt +poetry install ``` # Usage @@ -14,13 +14,13 @@ pip install -r requirements.txt Train using the provided train script: - poetry run train --data PATH/TO/DATA --lr 0.01 + poetry run train ## Evaluation ## Inference - poetry run recognize --data PATH/TO/FILE + poetry run recognize ## CI |