Skip to content

Commit

Permalink
some final changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayush1999 committed Nov 9, 2018
1 parent b64bd5a commit 568658c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/tracker.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,13 +186,10 @@ end
@test gradtest(conv, rand(10, 10, 3, 2), randn(Float64,2, 2, 3, 2))
@test gradtest(conv, rand(10, 10, 10, 3, 2), randn(Float64,2, 2, 2, 3, 2))

<<<<<<< HEAD
@test gradtest(crosscor, rand(10, 3, 2), randn(Float64,2, 3, 2))
@test gradtest(crosscor, rand(10, 10, 3, 2), randn(Float64,2, 2, 3, 2))
@test gradtest(crosscor, rand(10, 10, 10, 3, 2), randn(Float64,2, 2, 2, 3, 2))
=======
@test gradtest(depthwiseconv, rand(10,10,3,2), randn(2, 2, 2, 3))
>>>>>>> 30486f9c0394304649bbc6121bd391ef066966c3

@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))
Expand Down

0 comments on commit 568658c

Please sign in to comment.