Skip to content

Commit 6b8da59

Browse files
author
Dhairya Gandhi
committed
correct test
1 parent 392604a commit 6b8da59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ end
2020
tip = tensor(ip, dev = 0) # 0 => GPU:0 in Torch
2121

2222
top = tresnet(tip)
23-
op = resnet.layers(op)
23+
op = resnet.layers(ip)
2424
@test top isa Tensor
2525
@test size(top) == size(op)
2626
end

0 commit comments

Comments
 (0)