Remove comment

This commit is contained in:
Avik Pal 2018-07-09 13:35:30 +05:30
parent 85158d632b
commit 84f977c804
1 changed files with 1 additions and 2 deletions

View File

@ -172,8 +172,7 @@ end
@test gradtest(conv, rand(10, 10, 3, 2), randn(2, 2, 3, 2))
@test gradtest(conv, rand(10, 10, 10, 3, 2), randn(2, 2, 2, 3, 2))
# NOTE: To pass this test rtol should be as high as 2.0 so commenting this out
# @test gradtest(depthwiseconv, rand(10,10,3,2), randn(2, 2, 2, 3))
@test gradtest(depthwiseconv, rand(10,10,3,2), randn(2, 2, 2, 3))
@test gradtest(x -> maxpool(x, (2,2)), rand(10, 10, 3, 2))
@test gradtest(x -> maxpool(x, (2,2,2)), rand(10, 10, 10, 3, 2))