You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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 text was updated successfully, but these errors were encountered: