2022-05-28 21:27:06 +02:00
|
|
|
python3 wockyWoad.py
|
2022-05-28 21:32:36 +02:00
|
|
|
vw --oaa 7 train-in -f vw.model
|
2022-05-28 21:44:49 +02:00
|
|
|
vw -i vw.model -t dev-0-in -p dev-0-out --quiet
|
2022-05-28 21:32:36 +02:00
|
|
|
vw -i vw.model -t test-A-in -p test-A-out --quiet
|
|
|
|
vw -i vw.model -t test-B-in -p test-B-out --quiet
|
2022-05-28 17:39:32 +02:00
|
|
|
python3 decode.py
|