Skip to content

Commit

Permalink
LRN layer: 4D tensor -> ND-tensor
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed Dec 20, 2014
1 parent deb64a5 commit 597ab49
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/layers/lrn.jl
Expand Up @@ -3,8 +3,7 @@ function test_lrn_layer(backend::Backend, mode::LRNModeType, tensor_dim, T, eps)


dims = tuple((abs(rand(Int,tensor_dim)) % 6 + 6)...)
#op_dim = max(abs(rand(Int)) % tensor_dim, 1)
op_dim = 3
op_dim = max(abs(rand(Int)) % tensor_dim, 1)

println(" > Setup with dims $dims")

Expand Down

0 comments on commit 597ab49

Please sign in to comment.