jwyang / JULE.torch

Torch code for our CVPR 2016 paper "Joint Unsupervised LEarning of Deep Representations and Image Clusters"
MIT License
288 stars 82 forks source link

Test Datasets #34

Closed 07Agarg closed 4 years ago

07Agarg commented 4 years ago

Where are the test datasets of other datasets (USPS, FRGC, YTF, etc..) (apart from MNIST-test)?

jwyang commented 4 years ago

hi, @07Agarg they are in datasets folder.

07Agarg commented 4 years ago

hi, @jwyang , Thanks for responding.

datasets given in the "datasets" folder are for training purpose? You didn't use any hold-out set for validation?

jwyang commented 4 years ago

@07Agarg yes, for deep clustering, there is no hold-out set for validation actually. it is a bit weird though.

07Agarg commented 4 years ago

Okay, thanks.