ZhangGe6 / onnx-modifier

A tool to modify ONNX models in a visualization fashion, based on Netron and Flask.
MIT License
1.25k stars 155 forks source link

求增加 插入自定义算子 / 自由编辑算子 attribute的功能 #87

Open xiguadong opened 9 months ago

xiguadong commented 9 months ago

希望大佬能够支持,祝大佬bug少少,工资多多

ZhangGe6 commented 9 months ago

@xiguadong 编辑算子attribute的功能已经支持了:https://github.com/ZhangGe6/onnx-modifier#Edit_attribute_of_nodes 对于”插入自定义算子“,可否进一步描述一下需求?

xiguadong commented 9 months ago

@xiguadong 编辑算子attribute的功能已经支持了:https://github.com/ZhangGe6/onnx-modifier#Edit_attribute_of_nodes 对于”插入自定义算子“,可否进一步描述一下需求?

现在插入算子看起来都是在 onnx中已经定义好的,比如我有个自定义类型的Op xigua 想插入到模型中,应该是做不到的

CrazyMustard-404 commented 5 months ago

同求!大佬加油!