Hi,
What is the meaning of target_error_rate parameter? As per document -
target_error_rate
double
0.01 - Stop training if the mean percent error rate gets below this value.
As per my understanding mean percent error rate is Mean rms that is being logged in file during training.
If i want to stop training with 1% character error rate then what should be value of this parameter
Please help