Skip to content

Switch to batchnorm architecture

Tim O'Brien requested to merge batchnorm into master

Use a single BatchNormalization as the first layer, instead of TimeDistributed(Dense()) layers. The old way is still around in the timedistributeddense branch.

Merge request reports