torchsight.models.dlde module

Package with the implementations of the DLDENet.

Source code
"""Package with the implementations of the DLDENet."""
from .tracked import DLDENetWithTrackedMeans
from .weighted import DLDENet

Sub-modules

torchsight.models.dlde.extractor

Module with the feature extractor version of the DLDENet.

torchsight.models.dlde.tracked

First version of the DLDENet with tracked means …

torchsight.models.dlde.weighted

Weighted implementation of the DLDENet …