JULE.torch icon indicating copy to clipboard operation
JULE.torch copied to clipboard

How to extract feature ? 

Open zuoeye opened this issue 6 years ago • 1 comments

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

zuoeye avatar Mar 06 '18 06:03 zuoeye

@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.

virscience001 avatar Mar 17 '18 19:03 virscience001