Note

This page is a reference documentation. It only explains the class signature, and not how to use it. Please refer to the user guide for the big picture.

nidl.estimators.TransformerMixin

class nidl.estimators.TransformerMixin[source]

Bases: object

Mixin class for all transformers in nidl.

This mixin sets the estimator type to transformer through the estimator_type tag.

Examples using nidl.estimators.TransformerMixin

Model probing callback of embedding estimators

Model probing callback of embedding estimators

Self-Supervised Contrastive Learning with SimCLR on MNIST

Self-Supervised Contrastive Learning with SimCLR on MNIST

Self-Supervised Learning with Barlow Twins

Self-Supervised Learning with Barlow Twins

Visualization of metrics during training of PyTorch-Lightning models

Visualization of metrics during training of PyTorch-Lightning models

Weakly Supervised Contrastive Learning with y-Aware

Weakly Supervised Contrastive Learning with y-Aware