Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of output embeddings in TFSpeech2Text
This resolves an issue of output embeddings in `TFSpeech2TextModelTest.test_save_load_after_resize_token_embeddings` where resizing token embeddings caused the following error: ``` ValueError: Attempt to convert a value (None) with an unsupported type (<class 'NoneType'>) to a Tensor. ```
- Loading branch information