Skip to content
Snippets Groups Projects
Commit bf9562d9 authored by Benoit Favre's avatar Benoit Favre
Browse files

select final model

parent b2025a64
Branches master
No related tags found
No related merge requests found
......@@ -41,3 +41,5 @@ $jhome/java -classpath ${classpath} -Xms8000m -Xmx8000m edu.cmu.cs.lti.ark.fn.pa
numthreads:4 \
binaryoverlapfactor:false
model=`ls ${datadir}/argmodel.dat_* | sort -n -k3 -t_ | tail -1`
cp $model ${datadir}/argmodel.dat
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment