Introduction

Tutorials

Developer guide

API Reference

public InceptionResNetv2struct

InceptionResNetv2(; pretrain = false, inchannels = 3, dropout = 0.0, nclasses = 1000)

Creates an InceptionResNetv2 model. (reference)

Arguments

  • pretrain: set to true to load the pre-trained weights for ImageNet
  • inchannels: The number of channels in the input. The default value is 3.
  • dropout: rate of dropout in classifier head.
  • nclasses: the number of output classes.

Warning

InceptionResNetv2 does not currently support pretrained weights.