Saurabh7 / Few-shot-learning-multilabel-cxray

3 stars 0 forks source link

Where to get mimic base labels or mimic novel labels pickle ? #2

Open hamzanaeem1999 opened 1 month ago

hamzanaeem1999 commented 1 month ago

I am getting error that pickle file not available, Is this something we have to create or did you trained and attached it or what ?. Can you please let us know ! Thanks

Saurabh7 commented 1 week ago

The pickle file has same data as labels csv file, just a mapping:

{'label':{'id123': [1,0,0, .. label_n]}}

I have uploaded it in case that is easier for usage. But the notebooks at the moment is meant as reference, I will need to push some more code / precomputed features to make it run as is - end to end.