jwyang / JULE.torch

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

How to extract feature ?  #23

Open zuoeye opened 6 years ago

zuoeye commented 6 years ago

How can I use your trained model to extract image(my dataset) features and then save them for further clustering? Thank you in advance for the answer

virscience001 commented 6 years ago

@zuoeye There is write function located at line 300 in train.lua try uncommenting that. That will give you .h5 file which should contain features you want.