aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorPherkel2023-08-19 11:06:33 +0200
committerPherkel2023-08-19 11:06:33 +0200
commit3880339761062a588f467c4ea891338838c533e9 (patch)
tree5638b0a224d9bb1d41a8b392efec30bbbd1b175b /readme.md
parent7c375276b44dc933b3311c87601e0ac6945f5be8 (diff)
parent9b4592caac90a41eb6ce18558588ef504c49f58e (diff)
Merge branch 'wave2vec2'
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