pytorch
0251ba61 - Fix ONNX export of RNNs with no bias (#36894)

Commit
4 years ago
Fix ONNX export of RNNs with no bias (#36894) Summary: Fixes https://github.com/pytorch/pytorch/issues/34800 . Currently, the LSTM/RNN/GRU export to ONNX can't handle models without a bias term. Pull Request resolved: https://github.com/pytorch/pytorch/pull/36894 Reviewed By: hl475 Differential Revision: D21134794 Pulled By: houseroad fbshipit-source-id: e71e089025a3dc7e8c883ff99cd788c5f302492e
Author
Parents
Loading