dlbench icon indicating copy to clipboard operation
dlbench copied to clipboard

Architecture of AlexNet

Open Sourish1997 opened this issue 5 years ago • 0 comments

The architecture of AlexNet implemented in this repo seems to differ greatly from that in the original publication. In your paper, the following is mentioned:

"The architecture of AlexNet-R is the same with the AlexNet for Cifar10 in the original paper except that the local response normalization (LRN) operation is excluded which is not supported by CNTK."

However, I am not able to find any modified AlexNet architecture for Cifar10 in the original paper. Can you point me the source of this modified architecture?

Sourish1997 avatar Apr 11 '19 05:04 Sourish1997