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.ContrastiveImageTransform(crop_size)[source]

Tranforms that can be applied on images for contrastive tasks.

__init__(crop_size)[source]

Init class.

Parameters

crop_size : int

the image cropt size.

Follow us

© 2021, consciousnet developers