Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I train the model from scratch? #11

Open
michaelzfm opened this issue Jul 7, 2021 · 2 comments
Open

Can I train the model from scratch? #11

michaelzfm opened this issue Jul 7, 2021 · 2 comments

Comments

@michaelzfm
Copy link

Hi, I found that if I don't use the preetrained model, the code don't work. So I can't train from scratch? If I need to train with other dataset like Imagenet, or use other backbone like resnet50, how can I find pretrained model? Thank you.

@gauravjain10
Copy link

yeah like for example we want to check for dogs and cats classification.so if we gave them as input,it will show type mismatch error
while loading pretrained models weights and bias(cifar10) because they were trained on 10 classes.so what should we do now?

@deu30303
Copy link
Owner

deu30303 commented Jul 8, 2021

Hi, thank you for your interest in our work!

Our method is add-on module on top of the off-the-shelf clustering model.
So I also borrowed pretrained model from SCAN github.
https://github.com/wvangansbeke/Unsupervised-Classification
If you want to train from scratch, please refer above SCAN github :)

Thank you again for your interest.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants