ResNet18 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 = ResNet(18; pretrain = true)
Inference Providers
NEW
This model is not currently available via any of the supported Inference Providers.
The model cannot be deployed to the HF Inference API:
The model has no library tag.