hbdat / cvpr20_DAZLE

Fine-Grained Generalized Zero-Shot Learning via Dense Attribute-Based Attention accepted @ CVPR20
MIT License
51 stars 15 forks source link

Data type mismatch! #2

Closed hzwfl2 closed 4 years ago

hzwfl2 commented 4 years ago

I met much trouble with data type mismatch. I think these problems are caused by the different versions of PyTorch or other environments. Can you give the details of your prerequisites (not '.x')? Thanks!

hbdat commented 4 years ago

Hi there,

Sorry for the inconvenience. I have committed the list of used packages as well as their versions in the file ./requirements.txt. Please run the following command to install them:

pip install -r requirements.txt

Best, Dat