Menu

Module providing Consciousness Exploration Tools for PyTorch.

Note

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

class consciousnet.augmentation.barlowtwins.RandomConnectionErasing(scale=(0.1, 0.3), value=0)[source]

Randomly erases connections.

__init__(scale=(0.1, 0.3), value=0)[source]

Init class.

Parameters

scale : 2-uplet

range of proportion of erased connections against input matrix size.

value : float, default 0

erasing value.

Follow us

© 2021, consciousnet developers