mrljwlm
mrljwlm
the same problem with CycleGAN using 'unet_256', any one can give me some help?
+1 i also want to know about this
> Thank you for your great work. > how to convert 'TPS-ResNet-BiLSTM-Attention' module into onnx format? +1 have you successfully converted this model? i meet this error: Exporting the operator...
the same error, anyone can give me some help? TypeError: symbolic() takes 9 positional arguments but 10 were given (occurred when translating _DCNv2)
我的解决了,找了另外一份DCN项目:https://github.com/lbin/DCNv2 将这个项目下的dcn_v2-onnx.py替换https://github.com/lbin/DCNv2中的dcn_v2.py 进行生成,然后导出 我的环境时 pytorch1.7.1+cu110 rtx3090
> 我的解决了,找了另外一份DCN项目:https://github.com/lbin/DCNv2 > 将这个项目下的dcn_v2-onnx.py替换[https://github.com/lbin/DCNv2中的dcn_v2.py](https://github.com/lbin/DCNv2%E4%B8%AD%E7%9A%84dcn_v2.py) 进行生成,然后导出 > 我的环境时 pytorch1.7.1+cu110 rtx3090 又遇到新的错误 RuntimeError: No Op registered for Plugin with domain_version of 12 ==> Context: Bad node spec: input: "432" input: "437" input:...
> 版本不对。找到配套的版本 > […](#) > ---原始邮件--- 发件人: ***@***.***> 发送时间: 2021年3月12日(周五) 中午12:29 收件人: ***@***.***>; 抄送: ***@***.******@***.***>; 主题: Re: [jinfagang/DCNv2_latest] pytorch转onnx时,报错 (#1) 我的解决了,找了另外一份DCN项目:https://github.com/lbin/DCNv2 将这个项目下的dcn_v2-onnx.py替换[https://github.com/lbin/DCNv2中的dcn_v2.py](https://github.com/lbin/DCNv2%E4%B8%AD%E7%9A%84dcn_v2.py) 进行生成,然后导出 我的环境时 pytorch1.7.1+cu110 rtx3090 又遇到新的错误 RuntimeError: No Op...
> 你看看你的g. op传进去的参数,然后看看你的源码的参数。 > […](#) > ---原始邮件--- 发件人: ***@***.***> 发送时间: 2021年3月12日(周五) 中午1:32 收件人: ***@***.***>; 抄送: ***@***.******@***.***>; 主题: Re: [jinfagang/DCNv2_latest] pytorch转onnx时,报错 (#1) 版本不对。找到配套的版本 … ---原始邮件--- 发件人: @.> 发送时间: 2021年3月12日(周五) 中午12:29 收件人: @.>;...
@Wslsdx README.md 中还有个地方写错了 python run.py --train_decison 应该是 python run.py --train_decision