scglue.models.scclue.BatchedTransferrable

class scglue.models.scclue.BatchedTransferrable(*args, **kwargs)[source]

Bases: Transferrable

Mixin class for transferrable weights containing expandable batch-specific weights at the end of second dimension

Methods

transfer_weights_from

Transfer weights from another module

Attributes

batched_weights

List of batch-specific weights

batches

List of batch labels

logger