chenhao2345 / ICE

Implementation for ICCV 2021 paper "ICE: Inter-instance Contrastive Encoding for Unsupervised Person Re-identification"
MIT License
44 stars 15 forks source link

train_loader_target is none #15

Open jingmingshi opened 2 years ago

jingmingshi commented 2 years ago

Hi, I am a graduate student who is conducting an experiment because I was impressed by your ICE model. I meet an error “raise StopIteration StopIteration”, I find that train_loader_target is none. Do you know why?

jingmingshi commented 2 years ago

The lens of pseudo_labeled_dataset and dataset_target are both 16522, I think they are correct.

jingmingshi commented 2 years ago

Training is work if batchsize<=2.