We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a83efd9 commit 5e5a56eCopy full SHA for 5e5a56e
test/convnets.jl
@@ -77,7 +77,7 @@ GC.gc()
77
m = EfficientNet(name)
78
@test size(m(x)) == (1000, 1)
79
if (EfficientNet, name) in PRETRAINED_MODELS
80
- @test (EfficientNet(name, pretrain = true); true)
+ @test acctest(EfficientNet(name, pretrain = true))
81
else
82
@test_throws ArgumentError EfficientNet(name, pretrain = true)
83
end
0 commit comments