To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Heritage persistent IDentifiers (SWHIDs) must be used. Select below a type of object currently browsed in order to display its associated SWHID and permalink.
swh:1:cnt:e0e688f8c1f30b54438e07fad25465709073625b
from abc import abstractmethod class Variational: @abstractmethod def elbo(self, *args, **kwargs): pass