Skip to content

misc

Misc

Bases: BaseContainer

This is used for modules that don't have any optimizable parameters, and other miscellaneous objects.

Source code in pytorch_adapt\containers\misc.py
 4
 5
 6
 7
 8
 9
10
11
class Misc(BaseContainer):
    """
    This is used for modules that don't
    have any optimizable parameters, and other
    miscellaneous objects.
    """

    pass