scglue.models.scclue.BatchedTransferrable

class scglue.models.scclue.BatchedTransferrable(*args, **kwargs)[源代码]

基类:Transferrable

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

方法

transfer_weights_from

Transfer weights from another module

属性

batched_weights

List of batch-specific weights

batches

List of batch labels

logger