Skip to content

Commit

Permalink
Clarify message to indicate additional LSTM training required for 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreeshrii committed Apr 22, 2018
1 parent 0f3d33f commit 86275c2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion training/tesstrain.sh
Expand Up @@ -63,6 +63,8 @@ phase_UP_generate_unicharset
if ((LINEDATA)); then
phase_E_extract_features "lstm.train" 8 "lstmf"
make__lstmdata
tlog "\nCreated starter traineddata for language '${LANG_CODE}'\n"
tlog "\nRun lstmtraining to do the LSTM training for language '${LANG_CODE}'\n"
else
phase_D_generate_dawg
phase_E_extract_features "box.train" 8 "tr"
Expand All @@ -73,6 +75,7 @@ else
phase_M_cluster_microfeatures
phase_B_generate_ambiguities
make__traineddata
tlog "\nCompleted training for language '${LANG_CODE}'\n"
fi

tlog "\nCompleted training for language '${LANG_CODE}'\n"

0 comments on commit 86275c2

Please sign in to comment.