Skip to content

Commit

Permalink
Use acctest for efficient net
Browse files Browse the repository at this point in the history
  • Loading branch information
darsnack committed Jun 19, 2022
1 parent 4f86b62 commit 2242785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/convnets.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ GC.gc()
m = EfficientNet(name)
@test size(m(x)) == (1000, 1)
if (EfficientNet, name) in PRETRAINED_MODELS
@test (EfficientNet(name, pretrain = true); true)
@test acctest(EfficientNet(name, pretrain = true))
else
@test_throws ArgumentError EfficientNet(name, pretrain = true)
end
Expand Down

0 comments on commit 2242785

Please sign in to comment.