Skip to content
/ byol Public

PyTorch implementation of BYOL: a fantastically simple method for self-supervised image representation learning with SOTA performance.

License

Notifications You must be signed in to change notification settings

fkodom/byol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BYOL: Bootstrap Your Own Latent

PyTorch implementation of BYOL: a fantastically simple method for self-supervised image representation learning with SOTA performance. Strongly influenced and inspired by this Github repo, but with a few notable differences:

  1. Enables multi-GPU training in PyTorch Lightning.
  2. (Optionally) Automatically trains a linear classifier, and logs its accuracy after each epoch.
  3. All functions and classes are fully type annotated for better usability/hackability with Python>=3.6.

TO DO

  • Enable mixed-precision training in PyTorch Lightning. kornia.augmentation.RandomResizedCrop currently doesn't support this. I'll need to ensure that our implementation is sufficiently performant, so it doesn't inadvertently slow down training.

About

PyTorch implementation of BYOL: a fantastically simple method for self-supervised image representation learning with SOTA performance.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages