Introduction

Tutorials

Developer guide

API Reference

public skip_identityfunction

skip_identity(inplanes, outplanes[, downsample])

Create a identity projection (reference).

Arguments:

  • inplanes: the number of input feature maps
  • outplanes: the number of output feature maps
  • downsample: this argument is ignored but it is needed for compatibility with resnet.