RNNDropout {fastai}R Documentation

RNNDropout

Description

Dropout with probability 'p' that is consistent on the seq_len dimension.

Usage

RNNDropout(p = 0.5)

Arguments

p

p

Value

None


[Package fastai version 2.2.2 Index]