CSTR-Edinburgh / merlin

This is now the official location of the Merlin project.
http://www.cstr.ed.ac.uk/projects/merlin/
Apache License 2.0
1.31k stars 441 forks source link

Is there batch normalization in Theano DNN model? #490

Closed fxwderrick closed 4 years ago

fxwderrick commented 4 years ago

Is there batch normalization within DNN hidden layers implemented in Theano? I could not find it.

fxwderrick commented 4 years ago

I think the answer is no. My implementation in C/C++ without batch normalization generate the same output.