nn_contrib_sparsemax function

Sparsemax activation

Sparsemax activation

Sparsemax activation module.

nn_contrib_sparsemax(dim = -1)

Arguments

  • dim: The dimension over which to apply the sparsemax function. (-1)

Details

The SparseMax activation is described in 'From Softmax to Sparsemax: A Sparse Model of Attention and Multi-Label Classification'

The implementation is based on aced125/sparsemax

  • Maintainer: Daniel Falbel
  • License: MIT + file LICENSE
  • Last published: 2025-02-14