mil-tokyo / MCD_DA

MIT License
557 stars 153 forks source link

Some problems with building my own datasets on classificaion #21

Open WZHAWZH opened 5 years ago

WZHAWZH commented 5 years ago

Thank you very much for the code you provided.Recently, I have been studied the dataset you provided for classification. Mnist serves as the source domain data and usps serves as the target domain data.However, when I build my own data to replace mnist and usps data, there is always an error. I hope to get your help.Error is shown as follows:

   IndexError: index 149 is out of bounds for axis  0 with  size 1 
lfjia commented 1 year ago

Have you solved that problem?