Hello,everyone:
I want to ask a question about "--target_error_rate" parameter.
The target error rate is based on the training data set or eval data set?
I think the "--target_error_rate" should based on eval data set,but actually, I find even I do not generate eval data,this command can run successfully.
lstmtraining --model_output ~/tesstutorial/chi_sim_layer_from_chi_sim/chi_sim_layer \
--continue_from ~/tesstutorial/chi_sim_layer_from_chi_sim/chi_sim.lstm \
--traineddata ~/tesstutorial/chi_sim_train/chi_sim/chi_sim.traineddata \
--append_index 5 --net_spec '[Lfx192 O1c1]' \
--train_listfile ~/tesstutorial/chi_sim_train/chi_sim.training_files.txt \
-- target_error_rate 0.008
That is to say the target_error_rate is based on training data.
I am getting confused.Can someone help me?
Thank you in advance.