Introduction

Tutorials

Developer guide

API Reference

private inceptionv4function

inceptionv4(; inchannels = 3, dropout = 0.0, nclasses = 1000)

Create an Inceptionv4 model. (reference)

Arguments

  • inchannels: number of input channels.
  • dropout: rate of dropout in classifier head.
  • nclasses: the number of output classes.