yxgeee / SpCL

[NeurIPS-2020] Self-paced Contrastive Learning with Hybrid Memory for Domain Adaptive Object Re-ID.
https://yxgeee.github.io/projects/spcl
MIT License
318 stars 67 forks source link

about the python version and numpy version #17

Closed ShiMinghao0208 closed 4 years ago

ShiMinghao0208 commented 4 years ago

image i try to update numpy,but it still existed this mistake. I don't know if I need to recompile your Github code or other reasons

yxgeee commented 4 years ago

It seems the issue with your numpy package. Try:

pip uninstall numpy
conda install numpy
ShiMinghao0208 commented 4 years ago

It seems the issue with your numpy package. Try:

pip uninstall numpy
conda install numpy

This did solve it, thank you very much and sorry to disturb you