Downloads · 30 days
0
FluxML/vgg16
vgg16 is a machine learning model from FluxML. Use it for the machine learning task on the model card, and read the license before you ship it in a product. The card lists the license as mit.
VGG16 (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.
Downloads · 30 days
0
Access
Public
Updated May 7, 2023
Repo size
2.1 GB
Likes
1
Public
Click a slice to open those files.
.gz1 GB · 100%
From the Hugging Face model README
VGG16 (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(16; pretrain = true)