squeezenet / README.md
Abhirath Anand
Update README.md
2ffca83
metadata
license: mit

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