[TTS]remove pad op in static model by replace F.pad with nn.Pad1D and nn.Pad2D (#3002)
* remove pad op in static model by replace F.pad with nn.Pad1D and nn.Pad2D * fix variable names * add note
Showing
想要评论请 注册 或 登录
* remove pad op in static model by replace F.pad with nn.Pad1D and nn.Pad2D * fix variable names * add note