hi, I have a question. Why is that code in function create() in "https://kratzert.github.io/2017/02/24/finetuning-alexnet-with-tensorflow.html" the pool1 layer is after norm1 layer, and here norm1 is after pool1? As I know, the structure of alexnet in article is the former.