Audio-WestlakeU / FullSubNet

PyTorch implementation of "FullSubNet: A Full-Band and Sub-Band Fusion Model for Real-Time Single-Channel Speech Enhancement."
https://fullsubnet.readthedocs.io/en/latest/
MIT License
554 stars 158 forks source link

'torch.onnx.export()' error #34

Open IwraI opened 3 years ago

IwraI commented 3 years ago

Hi, thanks for sharing this excellent project. I'm having some problems about 'torch.onnx.export()'

Failed to export an ONNX attribute 'onnx::Gather', since it's not constant, please try to make things (e.g., kernel size) static if possible

how can i fixed it,have any suggestions?

Thanks a lot!