Skip to content

Latest commit

 

History

History

SynCLR

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

SynCLR

This codebase contains code and models for paper Learning Vision from Models Rivals Learning Vision from Data:

@article{synclr2023,
  author  = {Tian, Yonglong and Fan, Lijie and Chen, Kaifeng and Katabi, Dina and Krishnan, Dilip and Isola, Phillip},
  journal = {Technical Report},
  title   = {Learning Vision from Models Rivals Learning Vision from Data},
  year    = {2023},
}

Pre-trained Models

The pre-trained models can be downloaded from

Dataset

For the SynCaps-150M generated in our paper, we will release it once the internal approval process is done.

For the generated images, we will try to see if we can release them.

Otherwise, the code to synthesize the captions and images can be found under the synthesis folder.

Evaluation

Check the README under the eval folder.

Training

Our models were trained using Jax with Google internal computation frameworks. However, we provide a pytorch reference code under train_pytorch.

Disclaimer

This is not an officially supported Google product.

License

Apache2 license.