Closed QiusongYang closed 7 months ago
Hi @dagitses ,
Is there anyway we can access your model to repro?
Hi @dagitses ,
Is there anyway we can access your model to repro?
Using the original randomly initialized parameter has the same effect.
CRF can not been convert to ONNX ????? Same error!
Same problem! Did you soloved it? Help me please! thanks @QiusongYang
Same problem! Did you soloved it? Help me please! thanks @QiusongYang
There has beed solution yet. now crf model run on CPU
Same problem! Did you soloved it? Help me please! thanks @QiusongYang
There has beed solution yet. now crf model run on CPU
thanks
Closing as there is no repro
torch.onnx.export
is in maintenance mode and we don't plan to add new operators/features or fix complex issues.
Please try the new ONNX exporter and reopen this issue with a full repro if it also doesn't work for you: quick torch.onnx.dynamo_export API tutorial
🐛 Describe the bug
CRF model py:
Convert script:
Part graph:
Conversion success only have 'mask' input node, don't have 'emissions' input node?
Versions
torch version: 1.10.0 onnx version: 1.11.0