2022-05-28 21:27:06 +02:00
|
|
|
python3 wockyWoad.py
|
|
|
|
vw --oaa 7 train/vw-in -f vw.model
|
|
|
|
vw -i vw.model -t dev0-in -p dev-0/out --quiet
|
|
|
|
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
|