Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add New Transformer Backbone for TTS Models (#11911)
* add core functions and classes of Transformer blocks. * completed tests for all classes, and made bugfixes. Now all tests are passed after running, `pytest -s -vvv tests/collections/tts/modules/test_transformer_2501.py` --------- Signed-off-by: Jason <jasoli@nvidia.com> Signed-off-by: blisc <blisc@users.noreply.github.com> Signed-off-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> Signed-off-by: XuesongYang <XuesongYang@users.noreply.github.com> Co-authored-by: blisc <blisc@users.noreply.github.com> Co-authored-by: Xuesong Yang <1646669+XuesongYang@users.noreply.github.com> Co-authored-by: XuesongYang <XuesongYang@users.noreply.github.com>
- Loading branch information