Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

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

* Drop needless num_bases in test of conv

* Trigger CI

* Re-trigger CI
  • Loading branch information
zixuanweeei authored and pengzhao-intel committed Aug 20, 2019
1 parent 3b7f888 commit 3dfb19a
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 3dfb19a

Please sign in to comment.