You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
threshold_prior is deprecated. I explored automatic threshold selection and I deleted the testing code in the final published code. But some codes seem to be just missed.
The parameter train_kpi in detect is only used for debugging.
factor is deprecated, just like question 1.
Hi, Zeyan Li. Thanks so much for answering my question. Is the code online newest? Here are some other questions about model.py:
function or object threshold_prior is not defined;
parameter train_kpi is not used in function detect;
parameter factor is not used in dunction threshold_ml;
In main.py, we can only get the probability list, how can we transfer it to label list?
The text was updated successfully, but these errors were encountered: