Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • changes-git
  • dino-news
  • v0.1.5
  • gh-pages
  • fb-config
  • stable
  • v0.1.5
8 results

vissl

  • user avatar
    Richard Barnes authored and Facebook GitHub Bot committed
    Summary:
    This migrates the contbuild/configs/ssl_framework contbuild to buck2.
    
    If this works, it is a Good Thing because it **accelerates build times by 2-3x** saving you time and saving Meta resources.
    
    All of Meta must migrate to buck2 by the end of December, but let's not terry in the face of such an opportunity.
    
    If you're seeing this diff it's because we think this contbuild is safe to migrate. This contbuild does not contain an fbpkg, so it does not affect production runs. The targets comprising this contbuild have all already been built successfully in buck2.
    
    Therefore, if you're reviewing this and observing a clean CI, approving this diff should be pretty safe.
    
     - If you approve of this ship, please use the "Accept & Ship" button :-)
    
    Reviewed By: QuentinDuval
    
    Differential Revision: D38524877
    
    fbshipit-source-id: 3969ceccf3fa5a03e6fa6150dc2ecef2e5cdf7b6
    64fe1036
    History

    CircleCIPRs Welcome

    What's New

    Below we share, in reverse chronological order, the updates and new releases in VISSL. All VISSL releases are available here.

    Introduction

    VISSL is a computer VIsion library for state-of-the-art Self-Supervised Learning research with PyTorch. VISSL aims to accelerate research cycle in self-supervised learning: from designing a new self-supervised task to evaluating the learned representations. Key features include:

    Installation

    See INSTALL.md.

    Getting Started

    Install VISSL by following the installation instructions. After installation, please see Getting Started with VISSL and the Colab Notebook to learn about basic usage.

    Documentation

    Learn more about VISSL at our documentation. And see the projects/ for some projects built on top of VISSL.

    Tutorials

    Get started with VISSL by trying one of the Colab tutorial notebooks.

    Model Zoo and Baselines

    We provide a large set of baseline results and trained models available for download in the VISSL Model Zoo.

    Contributors

    VISSL is written and maintained by the Facebook AI Research.

    Development

    We welcome new contributions to VISSL and we will be actively maintaining this library! Please refer to CONTRIBUTING.md for full instructions on how to run the code, tests and linter, and submit your pull requests.

    License

    VISSL is released under MIT license.

    Citing VISSL

    If you find VISSL useful in your research or wish to refer to the baseline results published in the Model Zoo, please use the following BibTeX entry.

    @misc{goyal2021vissl,
      author =       {Priya Goyal and Quentin Duval and Jeremy Reizenstein and Matthew Leavitt and Min Xu and
                      Benjamin Lefaudeux and Mannat Singh and Vinicius Reis and Mathilde Caron and Piotr Bojanowski and
                      Armand Joulin and Ishan Misra},
      title =        {VISSL},
      howpublished = {\url{https://github.com/facebookresearch/vissl}},
      year =         {2021}
    }