Skip to content

Commit

Permalink
fix shape
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaoqi committed Nov 28, 2023
1 parent 748ade1 commit 7fa6bac
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/importer/onnx_/basic/test_softmax.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,8 @@ def _make_module(in_shape, axis, op_version):


in_shapes = [
[2, 32, 3, 3],
[2, 32, 64, 128],
[1, 113, 228, 65],
[2, 32, 16, 4],
[5, 13, 28, 64],
]

axes = [
Expand Down

0 comments on commit 7fa6bac

Please sign in to comment.