akshitac8 / BiAM

[ICCV 2021] Official Pytorch implementation for Discriminative Region-based Multi-Label Zero-Shot Learning SOTA results on NUS-WIDE and OpenImages
Apache License 2.0
60 stars 12 forks source link

ImportError: cannot import name 'Net' #11

Closed Kashu7100 closed 2 years ago

Kashu7100 commented 2 years ago

In the data preparation step for NUS-WIDE, I met the import error as in the title. I couldn't find the model called "Net" inside the model.py.

I would like to know which network model is this "Net" refers to.

akshitac8 commented 2 years ago

@Kashu7100 Thank you for your interest in our work. I have added the model file referring to 'Net' in the codebase.