onnx-tensorflow icon indicating copy to clipboard operation
onnx-tensorflow copied to clipboard

Opset 17 support

Open ameenba opened this issue 3 years ago • 1 comments

Is there a roadmap for opset 17 support? Particularly layernorm? Does anyone have a short term solution to skirting around the lack of layer norm support?

ameenba avatar Oct 21 '22 21:10 ameenba

It is a conversion tool that I am creating by myself as a derivative tool. I implemented Layernorm yesterday, although it is a tool in the process of being created. I do not know if it works correctly. This tool ignores the curse of opset and attempts to convert as much as possible.

I have only been creating it for about 20 days, but I think I have most of the major OPs implemented. However, the testing is inadequate due to a considerable lack of sample models for testing. Contributions are welcome.

https://github.com/PINTO0309/onnx2tf

PINTO0309 avatar Oct 24 '22 00:10 PINTO0309