semipy.sampler
Warning
This section is in construction.
This module implements a useful sampler for SSL. It allows to create batches made of both labelled and unlabelled samples with respect to parameters such as batch size or labelled ratio.
| API Reference | Description |
|---|---|
| semipy.sampler.JointSampler | SSL sampler to create batches made of both labelled and unlabelled items. |
| semipy.sampler.DistributedJointSampler | SSL sampler based on JointSampler adapted for DDP multi-GPU. |