From 43c11c55241f098024d028932ad8ef24a25640c0 Mon Sep 17 00:00:00 2001 From: frederikzt Date: Fri, 7 Feb 2020 11:56:33 +0100 Subject: [PATCH] Added single quote to the markdown block --- website/pages/tutorials/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/pages/tutorials/index.js b/website/pages/tutorials/index.js index e8ca4e9dd..8eaf36949 100644 --- a/website/pages/tutorials/index.js +++ b/website/pages/tutorials/index.js @@ -36,7 +36,7 @@ class TutorialHome extends React.Component {

You can modify the code and experiment with varying different settings. Remember to install pytorch, torchvision, fvcore and pytorch3d in the first cell of the colab notebook by running:

{bash`!pip install torch torchvision -!pip install 'git+https://github.com/facebookresearch/pytorch3d.git`} +!pip install 'git+https://github.com/facebookresearch/pytorch3d.git'`}

Run locally

There is also a button to download the notebook and source code to run it locally.