hclhkbu / dlbench

Benchmarking State-of-the-Art Deep Learning Software Tools
http://dlbench.comp.hkbu.edu.hk/
MIT License
170 stars 47 forks source link

Architecture of AlexNet #34

Open Sourish1997 opened 5 years ago

Sourish1997 commented 5 years ago

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?