在 Siamese Network 中使用 AlexNet 代替 LeNet 模型

Use AlexNet instead of LeNet model in Siamese Network

我已经成功地使用 LeNet 模型使用 Siamese Network 训练了我自己的数据集 tutorial。现在我想使用 AlexNet,因为我相信它比 LeNet 更强大。有人可以提供在 Siamese Network 中使用 AlexNet 的指南或教程吗?

你应该完成这个 github repository. Specially the models and examples section. You can get the implementation of AlexNet in caffe here

N.B。请不要标记此 post,因为它的长度或共享 link。我在此答案中共享的链接包含大量代码,我无法 post 作为答案。