NVIDIA / OpenSeq2Seq

Toolkit for efficient experimentation with Speech Recognition, Text2Speech and NLP
https://nvidia.github.io/OpenSeq2Seq
Apache License 2.0
1.54k stars 372 forks source link

Batch Normalization None fails #524

Open kremnik opened 4 years ago

kremnik commented 4 years ago

When encoder parameter "normalization" is set to None according documentation, training fails with the next error message: TypeError: conv_bn_res_bn_actv() missing 2 required positional arguments: 'bn_momentum' and 'bn_epsilon' The question is why it is using conv_bn_res_bn_actv() function, while "normalization" is set to None?