Beta
Explore
Marketplace
Neural Labs
Playground
Wallet
Docs
resnet152 – AI Model by FluxML | AlphaNeural AI
You can deploy this model and start earning money today!
FluxML
/
resnet152
like
0
mit
us
Views
No views yet
Model card
Files and Versions
Community
API
Deploy
ResNet152 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
=
ResNet
(
152
;
pretrain
=
true
)