简体   繁体   中英

If Imagenet dataset contains unlabeled data

I would like to know if Imagenet dataset contains unlabeled examples like STL-10 dataset ? because I see that Imagenet dataset is used for unsupervised learning but it has only labeled examples (that's what I think). Thanks

You can parse the ImageNet data using ImageFolder in Pytorch. For unsupervised learning, simply don't account for the labels coming from the Dataloader

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM