Module tch::vision::vgg

source ·
Expand description

VGG models.

Pre-trained weights for the vgg-13/16/19 models can be found here: https://github.com/LaurentMazare/tch-rs/releases/download/mw/vgg13.ot https://github.com/LaurentMazare/tch-rs/releases/download/mw/vgg16.ot https://github.com/LaurentMazare/tch-rs/releases/download/mw/vgg19.ot

Functions