Open guyafeng opened 6 years ago
Hi, @guyafeng Now, answer the questions.
Since I have no access to a GPU this month, I haven't trained a model yet. But the I've tested the correctness of the layer functionalities. If you have a GPU, can you spend some time and try to train a model? I also want to know whether this code can reach the same performance as the paper described.
There is no consensus yet on where to best place the BatchNorm layer. https://stackoverflow.com/questions/47143521/where-to-apply-batch-normalization-on-standard-cnns
You can refer to the link for more details.
1、has this code reached the same accuracy as the theano ? 2、 i saw in theano document , bn(conv(relu)) means conv + bn +relu like this: >>> from lasagne.layers import InputLayer, DenseLayer, batch_norm