ybendou / easy

This repository is the official implementation Ensemble Augmented-Shot Y-shaped Learning: State-Of-The-Art Few-Shot Classification with Simple Ingredients.
MIT License
112 stars 18 forks source link

some code question #21

Closed starfyy closed 1 year ago

starfyy commented 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

ybendou commented 1 year ago

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,