dgs.models.dgs¶
Use the DGS model to run multiple similarity modules (SimilarityModule
)
and combine them using the combine modules (CombineSimilaritiesModule
).
Module Functions
|
Given the name of one DGS module, return an instance. |
|
Register a new DGS module module in :data: |
Modules
Base class for a torch module that contains the heart of the dynamically gated similarity tracker. |