Releases: asappresearch/sru
Releases · asappresearch/sru
Support post layer norm; support custom init value for weight_c
2.6.0-rc1 Update version.py
Bug fix. Backward compatibility unit test
Fix a torchscript error when layer_norm
is used. Added unit tests to cover this use case.
Added unit tests to test backward compatibility of loading checkpoints of older version.
Support fp16 acceleration with amp
2.5.0 update version
Fix a compilation issue when projection_size is set
Bug fix
Hotfix setup.py
Fix an issue of missing .cpp
source file in the installed package. Fix the .circleci tests to capture such issue in the future.
Torchscript compatible SRU
Merge pull request #126 from asappresearch/torchscript torchscript compatible SRU init commit
Add unit tests and circleci; bug fix
2.3.5 Update version.py
Add unit tests and circleci; bug fix
Merge pull request #122 from asappresearch/circleci-project-setup Circleci project setup
Adjust dropout implementation at highway connection
2.3.3 change version number