aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 99d741c..47d9a31 100644
--- a/readme.md
+++ b/readme.md
@@ -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