bitorch.models.base.NoArgparseArgsMixin

class bitorch.models.base.NoArgparseArgsMixin(*args: Any, **kwargs: Any)[source]

Mixin for Models which subclass an existing Model, but do not have any argparse arguments anymore.

By using this Mixin, there is no special Parser displayed for the class.

Methods

__init__

add_argparse_arguments

__init__(*args: Any, **kwargs: Any) None[source]