Skip to content

Supported Activations

Source

Activations supported by CAREamics.

SupportedActivation

Bases: str, BaseEnum

Supported activation functions.

  • None, no activation will be used.
  • Sigmoid
  • Softmax
  • Tanh
  • ReLU
  • LeakyReLU

All activations are defined in PyTorch.

See: https://pytorch.org/docs/stable/nn.html#loss-functions