Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

custom_ops映射使用问题 #1245

Open
FrankyTang opened this issue May 7, 2024 · 2 comments
Open

custom_ops映射使用问题 #1245

FrankyTang opened this issue May 7, 2024 · 2 comments
Assignees
Labels
Bug Something isn't working

Comments

@FrankyTang
Copy link

我在使用命令行进行put_along_axis映射,使用了custom_ops,但是onnx的输入和输出发现对不上
这个是我使用的命令行:paddle2onnx --model_dir . --model_filename paddle_put_along_axis.pdmodel --opset_version 16 --save_file put_along_axis.onnx --custom_ops '{"put_along_axis":"ScatterElements"}'

下面的图片可以看到输入的名称和变量都对不上,可能是我使用的不对,能否提供一个正确的使用教程

image

@Zheng-Bicheng Zheng-Bicheng added the Bug Something isn't working label May 17, 2024
@Zheng-Bicheng
Copy link
Collaborator

@Jiang-Jia-Jun 这个参数还有在使用吗?

@Zheng-Bicheng
Copy link
Collaborator

这个好像没错呀,你这个输入变量名称原本应该是什么呢?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants