Skip to content

Commit 6aa14af

Browse files
committed
Update convnets.jl
1 parent a31cfec commit 6aa14af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/convnets.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ GC.safepoint()
111111
GC.gc()
112112

113113
@testset "DenseNet" begin
114-
@testset for sz in [121, 169, 169, 201]
114+
@testset for sz in [121, 161, 169, 201]
115115
m = DenseNet(sz)
116116

117117
@test size(m(x_224)) == (1000, 1)

0 commit comments

Comments
 (0)