Skip to content

Commit

Permalink
Discard needless test cases in `test_convolution_independent_gradient…
Browse files Browse the repository at this point in the history
…s` (apache#15939)

* Drop needless num_bases in test of conv

* Trigger CI

* Re-trigger CI
  • Loading branch information
zixuanweeei authored and Ubuntu committed Aug 20, 2019
1 parent 6120d5e commit 63c686b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/unittest/test_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -2009,7 +2009,7 @@ def test_convolution_independent_gradients():
reqs = ["null", "write", "add"]
var_names = ["x", "w", "b"]
dims = [1, 2]
num_bases = [1, 16, 64]
num_bases = [1, 8]
kernel_xs = [3, 5]
stride_xs = [1, 2]
pad_xs = [0, 1]
Expand Down

0 comments on commit 63c686b

Please sign in to comment.