Welcome to mirror list, hosted at ThFree Co, Russian Federation.

train.sh « library - github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ce118f0412bfc3b65dd7a101d89f830552e85681 (plain)
1
2
3
4
5
#!/bin/bash
rm -f train.cache train.w
../vowpalwabbit/vw -c -d train -f train.w -q st --passes 100 --hash all --noconstant --csoaa_ldf m
../vowpalwabbit/vw -t -d train -i train.w -p train.pred --noconstant  --csoaa_ldf m