VGG13 (w/o batch norm) 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 = VGG(13; pretrain = true)
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
HF Inference API was unable to determine this model's library.