clipped_exp
latent.activations.clipped_exp(x)
Applies a exp activation function clipped at 1e-5 and 1e6.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
x |
Tensor |
Input tensor |
required |
Returns:
| Type | Description |
|---|---|
Tensor |
Tensor, output of clipped exp transformation. |