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
{{ message }}
This repository was archived by the owner on Aug 19, 2023. It is now read-only.
Hi, I tried to train using CSV and there's a problem in csv_eval like this:
IndexError: index -1 is out of bounds for axis 0 with size 0 in line 240 of csv_eval
238 label_name = generator.label_to_name(label)
239 print('{}: {}'.format(label_name, average_precisions[label][0]))
--> 240 print("Precision: ",precision[-1])
241 print("Recall: ",recall[-1])
242
IndexError: index -1 is out of bounds for axis 0 with size 0