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.RandomGaussianBlur(p)[source]

Random Gaussian blur transform.

__init__(p)[source]

Init class.

Parameters

p : float

apply the transform with this probability [0, 1].

Follow us

© 2021, consciousnet developers