Introduction

Tutorials

Developer guide

API Reference

public GoogLeNetstruct

GoogLeNet(; pretrain = false,  nclasses = 1000)

Create an Inception-v1 model (commonly referred to as GoogLeNet) (reference).

Arguments

  • pretrain: set to true to load the model with pre-trained weights for ImageNet
  • nclasses: the number of output classes

Warning

GoogLeNet does not currently support pretrained weights.

See also googlenet.