Introduction

Tutorials

Developer guide

API Reference

public DropPathfunction

DropPath(p)

Implements Stochastic Depth - equivalent to Dropout(p; dims = 4) when p ≥ 0. (reference)

Arguments

  • p: rate of Stochastic Depth.