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 8, 2021
1 parent 47cca6d commit 85f6a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mxnet/contrib/onnx/mx2onnx/_op_translations.py
Original file line number Diff line number Diff line change
Expand Up @@ -2422,7 +2422,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

0 comments on commit 85f6a30

Please sign in to comment.