Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replaces google tracked badges with shields.io #1745

Merged
merged 1 commit into from
Nov 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/examples/aim.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Reference:
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/aim.ipynb

This example can be run from the command line with::
Expand All @@ -30,7 +30,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/aim.ipynb

This example can be run from the command line with::
Expand All @@ -41,7 +41,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/aim.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/barlowtwins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Reference:

.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/barlowtwins.ipynb

This example can be run from the command line with::
Expand All @@ -25,7 +25,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/barlowtwins.ipynb

This example can be run from the command line with::
Expand All @@ -36,7 +36,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/barlowtwins.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/byol.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Reference:

.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/byol.ipynb

This example can be run from the command line with::
Expand All @@ -24,7 +24,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/byol.ipynb

This example can be run from the command line with::
Expand All @@ -35,7 +35,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/byol.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/dcl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ with DCL loss.
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/dcl.ipynb

This example can be run from the command line with::
Expand All @@ -45,7 +45,7 @@ with DCL loss.

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/dcl.ipynb

This example can be run from the command line with::
Expand All @@ -56,7 +56,7 @@ with DCL loss.

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/dcl.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/densecl.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Reference:

.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/densecl.ipynb

This example can be run from the command line with::
Expand All @@ -27,7 +27,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/densecl.ipynb

This example can be run from the command line with::
Expand All @@ -38,7 +38,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/densecl.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/dino.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Reference:
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/dino.ipynb

This example can be run from the command line with::
Expand All @@ -23,7 +23,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/dino.ipynb

This example can be run from the command line with::
Expand All @@ -34,7 +34,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/dino.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/fastsiam.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Reference:
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/fastsiam.ipynb

This example can be run from the command line with::
Expand All @@ -25,7 +25,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/fastsiam.ipynb

This example can be run from the command line with::
Expand All @@ -36,7 +36,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/fastsiam.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/mae.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Reference:
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/mae.ipynb

This example can be run from the command line with::
Expand All @@ -38,7 +38,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/mae.ipynb

This example can be run from the command line with::
Expand All @@ -49,7 +49,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/mae.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/mmcr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Reference:

.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/mmcr.ipynb

This example can be run from the command line with::
Expand All @@ -24,7 +24,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/mmcr.ipynb

This example can be run from the command line with::
Expand All @@ -35,7 +35,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/mmcr.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/moco.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Tutorials:

.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/moco.ipynb

This example can be run from the command line with::
Expand All @@ -31,7 +31,7 @@ Tutorials:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/moco.ipynb

This example can be run from the command line with::
Expand All @@ -42,7 +42,7 @@ Tutorials:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/moco.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/msn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See :ref:`PMSN` for a version of MSN for datasets with non-uniform class distrib
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/msn.ipynb

This example can be run from the command line with::
Expand All @@ -31,7 +31,7 @@ See :ref:`PMSN` for a version of MSN for datasets with non-uniform class distrib

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/msn.ipynb

This example can be run from the command line with::
Expand All @@ -42,7 +42,7 @@ See :ref:`PMSN` for a version of MSN for datasets with non-uniform class distrib

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/msn.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/nnclr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Reference:
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/nnclr.ipynb

This example can be run from the command line with::
Expand All @@ -22,7 +22,7 @@ Reference:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/nnclr.ipynb

This example can be run from the command line with::
Expand All @@ -33,7 +33,7 @@ Reference:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/nnclr.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/pmsn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For PMSN, you can use the exact same code as for :ref:`msn` but change
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/pmsn.ipynb

This example can be run from the command line with::
Expand All @@ -48,7 +48,7 @@ For PMSN, you can use the exact same code as for :ref:`msn` but change

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/pmsn.ipynb

This example can be run from the command line with::
Expand All @@ -59,7 +59,7 @@ For PMSN, you can use the exact same code as for :ref:`msn` but change

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/pmsn.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/examples/simclr.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Tutorials:
.. tabs::
.. tab:: PyTorch

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/simclr.ipynb

This example can be run from the command line with::
Expand All @@ -26,7 +26,7 @@ Tutorials:

.. tab:: Lightning

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/simclr.ipynb

This example can be run from the command line with::
Expand All @@ -37,7 +37,7 @@ Tutorials:

.. tab:: Lightning Distributed

.. image:: https://colab.research.google.com/assets/colab-badge.svg
.. image:: https://img.shields.io/badge/Open%20in%20Colab-blue?logo=googlecolab&label=%20&labelColor=5c5c5c
:target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/simclr.ipynb

This example runs on multiple gpus using Distributed Data Parallel (DDP)
Expand Down
Loading