Introduction

Tutorials

API Reference

private inception_cfunction

inception_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