Skip to content

Commit 86275c2

Browse files
authored
Clarify message to indicate additional LSTM training required for 4.0.0
1 parent 0f3d33f commit 86275c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

training/tesstrain.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ phase_UP_generate_unicharset
6363
if ((LINEDATA)); then
6464
phase_E_extract_features "lstm.train" 8 "lstmf"
6565
make__lstmdata
66+
tlog "\nCreated starter traineddata for language '${LANG_CODE}'\n"
67+
tlog "\nRun lstmtraining to do the LSTM training for language '${LANG_CODE}'\n"
6668
else
6769
phase_D_generate_dawg
6870
phase_E_extract_features "box.train" 8 "tr"
@@ -73,6 +75,7 @@ else
7375
phase_M_cluster_microfeatures
7476
phase_B_generate_ambiguities
7577
make__traineddata
78+
tlog "\nCompleted training for language '${LANG_CODE}'\n"
7679
fi
7780

78-
tlog "\nCompleted training for language '${LANG_CODE}'\n"
81+

0 commit comments

Comments
 (0)