Hello everyone , I am training a detection model, I want to calculate the hmean , recall, precision of the train data set using the get_metric() function while training the model, please help me #12426
Unanswered
TranHieu238
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have seen the train function in the program.py file with code to calculate the accuracy of the train set as follows:
if cal_metric_during_train and epoch % calc_epoch_interval == 0: # only rec and cls need
but this code for model rec or cls , so for the detection model, how do I calculate it?
Beta Was this translation helpful? Give feedback.
All reactions