lmflow.models.encoder_decoder_model =================================== .. py:module:: lmflow.models.encoder_decoder_model .. autoapi-nested-parse:: A one-line summary of the module or program, terminated by a period. Leave one blank line. The rest of this docstring should contain an overall description of the module or program. Optionally, it may also contain a brief description of exported classes and functions and/or usage examples. Typical usage example: foo = ClassFoo() bar = foo.FunctionBar() .. !! processed by numpydoc !! Classes ------- .. autoapisummary:: lmflow.models.encoder_decoder_model.EncoderDecoderModel Module Contents --------------- .. py:class:: EncoderDecoderModel(*args, **kwargs) Bases: :py:obj:`lmflow.models.base_model.BaseModel` Helper class that provides a standard way to create an ABC using inheritance. .. !! processed by numpydoc !!