Yunfan-Li / Contrastive-Clustering

Code for the paper "Contrastive Clustering" (AAAI 2021)
MIT License
289 stars 92 forks source link

Can I ditch feature extraction and use the method #48

Open EricPaul03 opened 1 year ago

EricPaul03 commented 1 year ago

Hello, I now have features that have been extracted from the pre-trained network. Can I try to learn the representation of features from the ICH module without feature extraction?(maybe a little strange)

Yunfan-Li commented 1 year ago

I guess you could replace the ResNet backbone with several fully connected layers.

EricPaul03 commented 1 year ago

I guess you could replace the ResNet backbone with several fully connected layers.

thank you so much.