Skip to content

Commit

Permalink
add custom einsum to onnx_custom_objects_map
Browse files Browse the repository at this point in the history
  • Loading branch information
ranhomri committed Dec 5, 2024
1 parent 87a26a0 commit 5b8911d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions onnx2kerastl/customonnxlayer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

onnx_custom_objects_map = {
"OnnxLSTM": OnnxLSTM,
"OnnxEinsumLayer": OnnxEinsumLayer
}

onnx_custom_layers = {
Expand Down

0 comments on commit 5b8911d

Please sign in to comment.