7 lines
218 B
Bash
Executable File
7 lines
218 B
Bash
Executable File
python3 wockyWoad.py
|
|
vw --oaa 7 train-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
|
|
python3 decode.py
|