Reputation: 141
I have successfully used LeNet model to train my own dataset using Siamese Network using this tutorial. Now I want to use AlexNet as I believe it is more powerful than LeNet. Can someone provide guidelines or tutorial to use the AlexNet in Siamese Network.
Upvotes: 1
Views: 530
Reputation: 37691
You should go through this github repository. Specially the models and examples section. You can get the implementation of AlexNet in caffe here.
N.B. Please don't flag this post because of its length or sharing link. Links that I shared in this answer contains large code which I cannot post as an answer.
Upvotes: 2