Module tch::vision::vgg[][src]

Expand description

VGG models.

Pre-trained weights for the vgg-13/16/19 models can be found here: https://github.com/LaurentMazare/ocaml-torch/releases/download/v0.1-unstable/vgg13.ot https://github.com/LaurentMazare/ocaml-torch/releases/download/v0.1-unstable/vgg16.ot https://github.com/LaurentMazare/ocaml-torch/releases/download/v0.1-unstable/vgg19.ot

Functions