Rate this Page
โ˜… โ˜… โ˜… โ˜… โ˜…

torch.nn.functional.rrelu#

torch.nn.functional.rrelu(input, lower=1. / 8, upper=1. / 3, training=False, inplace=False) โ†’ Tensor[source]#

Randomized leaky ReLU.

See RReLU for more details.

Return type

Tensor