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

Deeper convolutional neural network #37

Open
hwh-anton opened this issue Aug 17, 2020 · 2 comments
Open

Deeper convolutional neural network #37

hwh-anton opened this issue Aug 17, 2020 · 2 comments

Comments

@hwh-anton
Copy link

Hello,

I would like to integrate some classic CNN, e.g. AlexNet, VGG16, into this project. Take AlexNet as an example, I discard the last layer of original AlexNet, and use the second last layer to generate a 1*4096 feature vector.

But after the implementation, I found it does not work. The dissimilarity scores for almost all pairs predicted by the model equal zero. Does anyone have idea about that? Or is it possible to integrate those classic and deeper CNN into this project?

@harveyslash
Copy link
Owner

I am planning to use something like that in the updated version of the project, check out #35 for more details. Instead of training from scratch, we can use the features from something like inception. Training on a larger dataset may also provide more consistent results.

@fire717
Copy link

fire717 commented Dec 23, 2020

I have changed to Mobilenet-v3 and run successfully, got even better result than the original model.

I moved the global average pooling and all layers after it, then add 3 FC layer as original model do, and just simply change the number of units.

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