torch_selu {torch}R Documentation

Selu

Description

Selu

Usage

torch_selu(self)

Arguments

self

the input tensor

selu(input) -> Tensor

Computes the selu transformation.


[Package torch version 0.13.0 Index]