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

Commit

Permalink
Drop needless num_bases in test of conv
Browse files Browse the repository at this point in the history
  • Loading branch information
zixuanweeei committed Aug 19, 2019
1 parent bcbdc1c commit b75357f
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 b75357f

Please sign in to comment.