Open albertz opened 2 years ago
We have length_normalization=True by default. I think this is maybe unexpected.
length_normalization=True
length_normalization=False might be a better default. Or having it mandatory.
length_normalization=False
We can make it mandatory just on returnn_common side.
Otherwise, in RETURNN, this requires a new behavior version.
We have
length_normalization=True
by default. I think this is maybe unexpected.length_normalization=False
might be a better default. Or having it mandatory.We can make it mandatory just on returnn_common side.
Otherwise, in RETURNN, this requires a new behavior version.