diff --git a/docs/source/examples/aim.rst b/docs/source/examples/aim.rst index a24d4e1a4..c5cb6a868 100644 --- a/docs/source/examples/aim.rst +++ b/docs/source/examples/aim.rst @@ -19,6 +19,9 @@ Reference: .. tabs:: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch/aim.py @@ -27,6 +30,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch_lightning/aim.py @@ -35,6 +41,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/barlowtwins.rst b/docs/source/examples/barlowtwins.rst index 9289cb584..4f58fe333 100644 --- a/docs/source/examples/barlowtwins.rst +++ b/docs/source/examples/barlowtwins.rst @@ -14,6 +14,9 @@ Reference: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch/barlowtwins.py @@ -22,6 +25,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch_lightning/barlowtwins.py @@ -30,6 +36,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/byol.rst b/docs/source/examples/byol.rst index b07c45e13..624e5a0f8 100644 --- a/docs/source/examples/byol.rst +++ b/docs/source/examples/byol.rst @@ -13,6 +13,9 @@ Reference: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch/byol.py @@ -21,6 +24,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch_lightning/byol.py @@ -29,6 +35,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/dcl.rst b/docs/source/examples/dcl.rst index 68ba32be0..7cafa7ce6 100644 --- a/docs/source/examples/dcl.rst +++ b/docs/source/examples/dcl.rst @@ -34,6 +34,9 @@ with DCL loss. .. tabs:: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch/dcl.py @@ -42,6 +45,9 @@ with DCL loss. .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch_lightning/dcl.py @@ -50,6 +56,9 @@ with DCL loss. .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/densecl.rst b/docs/source/examples/densecl.rst index 7b3a03029..687b3c0c1 100644 --- a/docs/source/examples/densecl.rst +++ b/docs/source/examples/densecl.rst @@ -16,6 +16,9 @@ Reference: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch/densecl.py @@ -24,6 +27,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch_lightning/densecl.py @@ -32,6 +38,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/dino.rst b/docs/source/examples/dino.rst index ae67e1a3c..a37d2a06a 100644 --- a/docs/source/examples/dino.rst +++ b/docs/source/examples/dino.rst @@ -12,6 +12,9 @@ Reference: .. tabs:: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch/dino.py @@ -20,6 +23,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch_lightning/dino.py @@ -28,6 +34,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/fastsiam.rst b/docs/source/examples/fastsiam.rst index 2cb79b6ea..87a02de9f 100644 --- a/docs/source/examples/fastsiam.rst +++ b/docs/source/examples/fastsiam.rst @@ -14,6 +14,9 @@ Reference: .. tabs:: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch/fastsiam.py @@ -22,6 +25,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch_lightning/fastsiam.py @@ -30,6 +36,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/mae.rst b/docs/source/examples/mae.rst index 538af143f..84aa14e8c 100644 --- a/docs/source/examples/mae.rst +++ b/docs/source/examples/mae.rst @@ -27,6 +27,9 @@ Reference: .. tabs:: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch/mae.py @@ -35,6 +38,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch_lightning/mae.py @@ -43,6 +49,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/mmcr.rst b/docs/source/examples/mmcr.rst index 34abcf763..d65784ea8 100644 --- a/docs/source/examples/mmcr.rst +++ b/docs/source/examples/mmcr.rst @@ -13,6 +13,9 @@ Reference: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch/mmcr.py @@ -21,6 +24,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch_lightning/mmcr.py @@ -29,6 +35,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/moco.rst b/docs/source/examples/moco.rst index 3779c9602..bfc7b5633 100644 --- a/docs/source/examples/moco.rst +++ b/docs/source/examples/moco.rst @@ -20,6 +20,9 @@ Tutorials: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch/moco.py @@ -28,6 +31,9 @@ Tutorials: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch_lightning/moco.py @@ -36,6 +42,9 @@ Tutorials: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/msn.rst b/docs/source/examples/msn.rst index b5ba76437..3a8bdd9b2 100644 --- a/docs/source/examples/msn.rst +++ b/docs/source/examples/msn.rst @@ -20,6 +20,9 @@ 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 + :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:: python lightly/examples/pytorch/msn.py @@ -28,6 +31,9 @@ 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 + :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:: python lightly/examples/pytorch_lightning/msn.py @@ -36,6 +42,9 @@ 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 + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/nnclr.rst b/docs/source/examples/nnclr.rst index fe21575f9..97c3a4cb0 100644 --- a/docs/source/examples/nnclr.rst +++ b/docs/source/examples/nnclr.rst @@ -11,6 +11,9 @@ Reference: .. tabs:: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch/nnclr.py @@ -19,6 +22,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch_lightning/nnclr.py @@ -27,6 +33,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/pmsn.rst b/docs/source/examples/pmsn.rst index a3c283e74..44638a9f6 100644 --- a/docs/source/examples/pmsn.rst +++ b/docs/source/examples/pmsn.rst @@ -37,6 +37,9 @@ 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 + :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:: python lightly/examples/pytorch/pmsn.py @@ -45,6 +48,9 @@ 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 + :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:: python lightly/examples/pytorch_lightning/pmsn.py @@ -53,6 +59,9 @@ 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 + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/simclr.rst b/docs/source/examples/simclr.rst index e6e558ccc..cb9ace9c8 100644 --- a/docs/source/examples/simclr.rst +++ b/docs/source/examples/simclr.rst @@ -15,6 +15,9 @@ Tutorials: .. tabs:: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch/simclr.py @@ -23,6 +26,9 @@ Tutorials: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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:: python lightly/examples/pytorch_lightning/simclr.py @@ -31,6 +37,9 @@ Tutorials: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :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) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/simmim.rst b/docs/source/examples/simmim.rst index 85b221687..a2dc3e67b 100644 --- a/docs/source/examples/simmim.rst +++ b/docs/source/examples/simmim.rst @@ -15,6 +15,9 @@ Reference: .. tabs:: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/simmim.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch/simmim.py @@ -23,6 +26,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/simmim.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch_lightning/simmim.py @@ -31,6 +37,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/simmim.ipynb + This example runs on multiple gpus using Distributed Data Parallel (DDP) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/simsiam.rst b/docs/source/examples/simsiam.rst index eb2911909..300346e75 100644 --- a/docs/source/examples/simsiam.rst +++ b/docs/source/examples/simsiam.rst @@ -15,6 +15,9 @@ Tutorials: .. tabs:: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/simsiam.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch/simsiam.py @@ -23,6 +26,9 @@ Tutorials: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/simsiam.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch_lightning/simsiam.py @@ -31,6 +37,9 @@ Tutorials: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/simsiam.ipynb + This example runs on multiple gpus using Distributed Data Parallel (DDP) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/smog.rst b/docs/source/examples/smog.rst index f94306f53..65543f617 100644 --- a/docs/source/examples/smog.rst +++ b/docs/source/examples/smog.rst @@ -16,6 +16,9 @@ Reference: .. tabs:: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/smog.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch/smog.py @@ -24,6 +27,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/smog.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch_lightning/smog.py diff --git a/docs/source/examples/swav.rst b/docs/source/examples/swav.rst index 81c99c6bf..269d7fdfa 100644 --- a/docs/source/examples/swav.rst +++ b/docs/source/examples/swav.rst @@ -14,6 +14,9 @@ Reference: .. tabs:: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/swav.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch/swav.py @@ -22,6 +25,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/swav.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch_lightning/swav.py @@ -30,6 +36,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/swav.ipynb + This example runs on multiple gpus using Distributed Data Parallel (DDP) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/tico.rst b/docs/source/examples/tico.rst index 9d55eb012..6bf371231 100644 --- a/docs/source/examples/tico.rst +++ b/docs/source/examples/tico.rst @@ -16,6 +16,9 @@ Reference: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/tico.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch/tico.py @@ -24,6 +27,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/tico.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch_lightning/tico.py @@ -32,6 +38,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/tico.ipynb + This example runs on multiple gpus using Distributed Data Parallel (DDP) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/vicreg.rst b/docs/source/examples/vicreg.rst index f089ddf5f..2f1de7df4 100644 --- a/docs/source/examples/vicreg.rst +++ b/docs/source/examples/vicreg.rst @@ -15,6 +15,9 @@ Reference: .. tabs:: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/vicreg.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch/vicreg.py @@ -23,6 +26,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/vicreg.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch_lightning/vicreg.py @@ -31,6 +37,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/vicreg.ipynb + This example runs on multiple gpus using Distributed Data Parallel (DDP) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with:: diff --git a/docs/source/examples/vicregl.rst b/docs/source/examples/vicregl.rst index 0d32a426a..852899364 100644 --- a/docs/source/examples/vicregl.rst +++ b/docs/source/examples/vicregl.rst @@ -14,6 +14,9 @@ Reference: .. tabs:: .. tab:: PyTorch + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch/vicregl.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch/vicregl.py @@ -22,6 +25,9 @@ Reference: .. tab:: Lightning + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning/vicregl.ipynb + This example can be run from the command line with:: python lightly/examples/pytorch_lightning/vicregl.py @@ -30,6 +36,9 @@ Reference: .. tab:: Lightning Distributed + .. image:: https://colab.research.google.com/assets/colab-badge.svg + :target: https://colab.research.google.com/github/lightly-ai/lightly/blob/master/examples/notebooks/pytorch_lightning_distributed/vicregl.ipynb + This example runs on multiple gpus using Distributed Data Parallel (DDP) training with Pytorch Lightning. At least one GPU must be available on the system. The example can be run from the command line with::