Skip to content

leot13/BarlowTwins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BarlowTwins

Screen Shot 2021-04-29 at 6 26 48 AM

This project is a Pytorch implementation from scratch of the paper Barlow Twins: Self-Supervised Learning via Redundancy Reduction

@article{zbontar2021barlow,
  title={Barlow Twins: Self-Supervised Learning via Redundancy Reduction},
  author={Zbontar, Jure and Jing, Li and Misra, Ishan and LeCun, Yann and Deny, St{\'e}phane},
  journal={arXiv preprint arXiv:2103.03230},
  year={2021}
}

Training

This model was trained with the CIFAR training set during 170 epochs . It was then evaluated on the CIFAR validation set by a linear layer trained on top of a frozen Barlow Twins model.

  • Training was done on Tesla P100-PCIE-16GB and takes around 1:40 min per epoch

Work is still in progress, here are the current results:

Epochs Batch Size Top1 Acc
170 256 66.32

Original Project Link

This work was inspired by the Facebook Research Github Repository for Barlow Twins

About

PyTorch implementation of Barlow Twins paper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published