huawei-noah / bolt

Bolt is a deep learning library with high performance and heterogeneous flexibility.
https://huawei-noah.github.io/bolt/
MIT License
910 stars 158 forks source link

Does bolt pad not support dynamic input? ?? #86

Open xuezhongfei2008 opened 2 years ago

xuezhongfei2008 commented 2 years ago

https://github.com/TensorSpeech/TensorFlowTTS/blob/v1.1/tensorflow_tts/models/mb_melgan.py Use this code to train and turn to bolt ,
[ERROR] thread 37973 file /home/disk1/soft/bolt-master/model_tools/src/onnx/onnx_adaptee.h line 2128 can not process operator name:Pad__82 type:Pad attributes.
Does pad not support dynamic input? ??

yuxianzhi commented 2 years ago

you can export onnx model and use onnx-simplifier to simplify it.