WideResNet50 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:
using Metalhead
model = WideResNet(50; pretrain = true)
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
๐
Ask for provider support
HF Inference deployability: The model has no library tag.