vgg19 / README.md
darsnack's picture
Initial README
62dd74a
metadata
license: mit

VGG19 (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(19; pretrain = true)