Closed lairikeqiA closed 4 years ago
When the mode is "predict and evaluate", the model always repeats prediction and evaluation. How do I control the model to stop after running a time of prediction and evaluation?
You should be able to disable that behavior by setting 'loop_predict' to false.
Thanks!
When the mode is "predict and evaluate", the model always repeats prediction and evaluation. How do I control the model to stop after running a time of prediction and evaluation?