Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
wideresnet101 – AI Model by FluxML | AlphaNeural AI
You can deploy this model and start earning money today!
FluxML
/
wideresnet101
like
0
mit
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
WideResNet101 model ported from
torchvision
for use with
Metalhead.jl
. The scripts for creating this file can be found at
this gist
.
To use this model in Julia,
add the Metalhead.jl package to your environment
. Then execute:
julia
1
using
Metalhead
2
3
model
=
WideResNet
(
101
;
pretrain
=
true
)