Abstract base classes ##################### These are classes that define the interfaces that should be followed by metatrain components (models, trainers, etc.). .. automodule:: metatrain.utils.abc :members: :undoc-members: :show-inheritance: :special-members: __checkpoint_version__, __supported_devices__, __supported_dtypes__, __default_metadata__, __hypers_cls__