Skip to content

Commit

Permalink
add ndhwc check
Browse files Browse the repository at this point in the history
  • Loading branch information
littletomatodonkey committed Apr 29, 2022
1 parent ee60693 commit 9a3db8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/paddle/fluid/tests/unittests/test_pad3d_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def initTestCase(self):
self.shape = (2, 3, 4, 5, 6)
self.paddings = [0, 1, 2, 3, 4, 5]
self.mode = "constant"
self.data_format = "NCDHW"
self.data_format = "NDHWC"
self.value = 1.0
self.variable_paddings = True

Expand Down

1 comment on commit 9a3db8a

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.