New deep bidirectional and pyramidal deep bidirectional encoders
New attention variants from Luong et al. (2015): dot, concat and general and ability to disable attention completely (only general was available before)
New learning rate decay strategy based on experience: only decay when the validation perplexity is not improving more than a threshold
New beam search score normalization by length and coverage from Wu et al. (2016)
Ability to change the dropout value and fixed word embeddings flags for a retraining
and more…
This release also bundles a complete set of the documentation that you can browse online here:
Installing this new release, I’m looking at the code to remove the feature shifting. I found a new shift_feature option, in the Features.lua file.But, this new option seems not documented. This option is only in the Features.lua file, and not in other files to change in order to apply the mod you gave in the past.