Closed freshjarman closed 2 years ago
I met a mistake: line 118 in main.py, should i rewrite it like best_train_metric, _, threshold_ = eval_func() ?
best_train_metric, _, threshold_ = eval_func()
PS: line 83 in main.py, the same mistake
you are right.
fix it
I met a mistake: line 118 in main.py, should i rewrite it like
best_train_metric, _, threshold_ = eval_func()
?PS: line 83 in main.py, the same mistake