Introduction

Tutorials

Developer guide

API Reference

private basicblockfunction

basicblock(inplanes, outplanes, downsample = false)

Create a basic residual block (reference).

Arguments:

  • inplanes: the number of input feature maps
  • outplanes: a list of the number of output feature maps for each convolution within the residual block
  • downsample: set to true to downsample the input