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?
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?