Introduction

Tutorials

Developer guide

API Reference

private inceptionv3_cfunction

inceptionv3_c(inplanes, inner_planes, n = 7)

Create an Inception-v3 style-C module (ref: Fig. 6 in paper).

Arguments

  • inplanes: number of input feature maps
  • inner_planes: the number of output feature maps within each branch
  • n: the “grid size” (kernel size) for the convolution layers