type

costs.BiSoftmax

class BiSoftmax:

Bi-directional softmax cost ``1 - 0.5 * (softmax_cs + softmax_ds)``.

The inner ``sim = a @ b.mT`` is reduced via a softmax along each axis; the symmetric average is then inverted into a distance.

Members

method

property

Source: unitrack/costs/distance.py:125