Closed wangxdgg closed 11 months ago
@wangxdgg Hi, sorry for the late update and response. I have uploaded a new version which you can find layerNormalization
operator in the Adding node selector. Please ensure to export the ONNX model (from torch or other frameworks) with opset >=17, in which layerNormalization
is added into ONNX operators.
As the official ONNX operators doc states, the permute
operation can be realized using DepthToSpace
operator. The roll
operation may need more investigation.
Closing since no activity for more than 3 weeks. Feel free for more discussions if any problem exists.
Hi Zhang, Will the operator support
layernorm
and other transformation operators such aspermute
androll
? thank u:)