Introduction

Tutorials

Developer guide

API Reference

public squeeze_excitefunction

squeeze_excite(channels, reduction = 4)

Squeeze and excitation layer used by MobileNet variants (reference).

Arguments

  • channels: the number of input/output feature maps
  • reduction = 4: the reduction factor for the number of hidden feature maps (must be ≥ 1)