dgs.models.dgs

Use the DGS model to run multiple similarity modules (SimilarityModule) and combine them using the combine modules (CombineSimilaritiesModule).

Module Functions

get_dgs_module(name)

Given the name of one DGS module, return an instance.

register_dgs_module(name, new_dgs)

Register a new DGS module module in :data:DGS_MODULES, to be able to use it from configuration files.

Modules

dgs

Base class for a torch module that contains the heart of the dynamically gated similarity tracker.