Introduction

Tutorials

Developer guide

API Reference

private dense_bottleneckfunction

dense_bottleneck(inplanes, growth_rate)

Create a Densenet bottleneck layer (reference).

Arguments

  • inplanes: number of input feature maps
  • outplanes: number of output feature maps on bottleneck branch (and scaling factor for inner feature maps; see ref)