Skip to content

Commit 5e5a56e

Browse files
committed
Use acctest for efficient net
1 parent a83efd9 commit 5e5a56e

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
@@ -77,7 +77,7 @@ GC.gc()
7777
m = EfficientNet(name)
7878
@test size(m(x)) == (1000, 1)
7979
if (EfficientNet, name) in PRETRAINED_MODELS
80-
@test (EfficientNet(name, pretrain = true); true)
80+
@test acctest(EfficientNet(name, pretrain = true))
8181
else
8282
@test_throws ArgumentError EfficientNet(name, pretrain = true)
8383
end

0 commit comments

Comments
 (0)