PyTorch implementation of SimCLR: A Simple Framework for Contrastive Learning of Visual Representations
machine-learning
deep-learning
pytorch
representation-learning
unsupervised-learning
contrastive-loss
torchvision
pytorch-implementation
simclr
-
Updated
Mar 16, 2021 - Jupyter Notebook
Feature Request
Description of Problem:
We've taken a fairly risky/bad approach by just resorting to setting function params to arbitrary defaults when they aren't passed in. While this works sometimes, I think we've overused this approach and should really trim parts of it down.
Potential Solutions:
Eliminate optional parameters in any non-public function, and actually throw ex