Use args.class_map for labels in inference.py#2319
Use args.class_map for labels in inference.py#2319JosuaRieder wants to merge 1 commit intohuggingface:mainfrom
Conversation
|
@JosuaRieder thanks for the PR ... might have gathered from my comment in the bug related to class map foder filtering though it's relatred, the class map should be treated separately from the label information. class map is used for filtering, it can actually remove class labels from a dataset while remapping to a different classifier layout. Assigning descriptions, label names should be separate. |
In that case, I may have misinterpreted what the intended use case of What is the intended way to train an / infer with an efficientnet with custom classes? |
Addresses #1800