You need to sign in or sign up before continuing.
Register RNN-T pipeline global stats constants as buffers (#2175)
Summary: Currently, `mean` and `invstddev` exist as vanilla object attributes in the global stats normalization module that uses them. This, however, would preclude them from being moved to the same device that the module is moved to. To resolve this, this PR registers them as buffers. Pull Request resolved: https://github.com/pytorch/audio/pull/2175 Reviewed By: nateanl Differential Revision: D33794239 Pulled By: hwangjeff fbshipit-source-id: 78eb699ab5e0844f9436afc529b851e651f4f451
Showing
Please register or sign in to comment