From ae91f3020a6d8a673b73a7cdfc2fd6c30a246e83 Mon Sep 17 00:00:00 2001 From: Jeremy Monat Date: Sun, 4 Dec 2022 17:01:39 -0500 Subject: [PATCH 1/2] Add mention of Google Colab option Seems like the Google Colab option was added, then not mentioned as an option on this page. I found logging in with a Microsoft account extremely finicky, whereas Google Colab requires no account or login, so I recommend listing Google Colab as an option. --- beginner_source/basics/intro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner_source/basics/intro.py b/beginner_source/basics/intro.py index 1f2ecd81596..5bbf6cbe643 100644 --- a/beginner_source/basics/intro.py +++ b/beginner_source/basics/intro.py @@ -34,7 +34,7 @@ ------------------ You can run this tutorial in a couple of ways: -- **In the cloud**: This is the easiest way to get started! Each section has a "Run in Microsoft Learn" link at the top, which opens an integrated notebook in Microsoft Learn with the code in a fully-hosted environment. +- **In the cloud**: This is the easiest way to get started! Each section has a "Run in Microsoft Learn" and "Run in Google Colab" link at the top, which opens an integrated notebook in Microsoft Learn (Microsoft account required) or Google Colab (no account required), respectively, with the code in a fully-hosted environment. - **Locally**: This option requires you to setup PyTorch and TorchVision first on your local machine (`installation instructions `_). Download the notebook or copy the code into your favorite IDE. From c6181e55bbdca93f05a1565d6b83d8a1fbfdb118 Mon Sep 17 00:00:00 2001 From: Jeremy Monat Date: Wed, 7 Dec 2022 17:20:00 -0500 Subject: [PATCH 2/2] Remove disucssion of accounts --- beginner_source/basics/intro.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beginner_source/basics/intro.py b/beginner_source/basics/intro.py index 5bbf6cbe643..b7369938643 100644 --- a/beginner_source/basics/intro.py +++ b/beginner_source/basics/intro.py @@ -34,7 +34,7 @@ ------------------ You can run this tutorial in a couple of ways: -- **In the cloud**: This is the easiest way to get started! Each section has a "Run in Microsoft Learn" and "Run in Google Colab" link at the top, which opens an integrated notebook in Microsoft Learn (Microsoft account required) or Google Colab (no account required), respectively, with the code in a fully-hosted environment. +- **In the cloud**: This is the easiest way to get started! Each section has a "Run in Microsoft Learn" and "Run in Google Colab" link at the top, which opens an integrated notebook in Microsoft Learn or Google Colab, respectively, with the code in a fully-hosted environment. - **Locally**: This option requires you to setup PyTorch and TorchVision first on your local machine (`installation instructions `_). Download the notebook or copy the code into your favorite IDE.