Closed starfyy closed 1 year ago
I want to know where in the code I can output the specific classification result.I want to analyze the cause of the classification error
Hi, That would be in this line: https://github.com/ybendou/easy/blob/main/few_shot_eval.py#LL41C13-L41C55 The variable winners contains the classification result.
Best,
I want to know where in the code I can output the specific classification result.I want to analyze the cause of the classification error