summaryrefslogtreecommitdiff
path: root/examples/imagenet/alexnet_deploy.prototxt
AgeCommit message (Collapse)AuthorFilesLines
2014-05-22release v1 model defs + weightsEvan Shelhamer1-120/+104
- Caffe reference ImageNet model - AlexNet Note that one can upgrade the weights locally by `upgrade_net_proto_binary.bin` to avoid re-downloading.
2014-04-15define AlexNet architectureEvan Shelhamer1-0/+260
Swap order of lrn and max pooling layers to reflect Krizhevsky architecture. Initialize biases to 0.1 where Krizhevsky had 1, as training by initialization with 1 has flat loss.