Skip to content

Commit

Permalink
[hotfix] dropout test tolerance (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
blefaudeux authored Jan 3, 2022
1 parent 9be9167 commit 154b819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_triton_dropout.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Testing odd (non-power-of-two for instance) shapes on purpose
SHAPES = [
(384, 128),
(384, 512),
(8, 384, 128),
(8, 784, 512),
(4, 16, 384),
Expand Down

0 comments on commit 154b819

Please sign in to comment.