Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Chu committed Feb 5, 2021
1 parent 8d7b922 commit 671c7ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions python/mxnet/contrib/onnx/mx2onnx/_op_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2411,7 +2411,7 @@ def convert_take(node, **kwargs):
make_node('Shape', [data], [name+'_data_shape']),
]

# cornor case
# corner case
if axis == -1:
nodes += [
make_node('Shape', [name+'_data_shape'], [name+'_data_dim']),
Expand Down Expand Up @@ -3916,5 +3916,3 @@ def convert_log2(node, **kwargs):
]

return nodes


0 comments on commit 671c7ec

Please sign in to comment.