mtenn.representation
This module is mostly here for completeness and convenience. The different
Representation implementations will typically be handled in
mtenn.conversion_utils, but because the abstract
Representation class only subclasses
the torch Module class, any model will be able to fit anywhere that is typed as a
Representation object.
Classes
Abstract base class for the |