dgs.models.engine

Modules for running, training and testing multiple other modules.

Module Functions

get_engine(name)

Given the name of an engine module, return the type.

register_engine(name, new_engine)

Given a new engine and its name, register it in ENGINES to be able to use it from configuration files.

Modules

dgs_engine

Engine for a full model of the dynamically gated similarity tracker.

engine

Class and functions used during training and testing of different modules.

visual_sim_engine

Engine for training and testing visual embedding modules.