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
Right now compute_label_confidence is using self.dl.items.
This works fine for from folder structure, but once we are using csvs them dl.items is actually a df, so for filenames we need to do dl.items['filename'], so I think that's why with test_dl with df plot_label_confidence do not work fine.
As can be seen in your tutorial nbs, there are percentages on the bars, showing confidence level..
But in my implementation I couldn't find them...
Please help me with this....
Thanks
The text was updated successfully, but these errors were encountered: