Skip to content

Commit

Permalink
[Fix] update colab link in tutorial (#2391)
Browse files Browse the repository at this point in the history
  • Loading branch information
cir7 authored Apr 14, 2023
1 parent 02e9c02 commit dc6b9c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions demo/mmaction2_tutorial.ipynb
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"cells": [
{
"attachments": {},
"cell_type": "markdown",
"metadata": {
"colab_type": "text",
"id": "view-in-github"
},
"source": [
"<a href=\"https://colab.research.google.com/github/open-mmlab/mmaction2/blob/dev-1.x/demo/mmaction2_tutorial.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/open-mmlab/mmaction2/blob/main/demo/mmaction2_tutorial.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
Expand Down Expand Up @@ -332,7 +333,7 @@
"!pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html\n",
"\n",
"# Install mmcv\n",
"!pip install 'mmcv>=2.0.0rc1' -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.9.0/index.html\n",
"!pip install 'mmcv>=2.0.0' -f https://download.openmmlab.com/mmcv/dist/cu111/torch1.9.0/index.html\n",
"\n",
"# Install mmengine\n",
"!pip install mmengine\n",
Expand Down Expand Up @@ -1799,7 +1800,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.13 (default, Mar 29 2022, 02:18:16) \n[GCC 7.5.0]"
"version": "3.7.16"
},
"vscode": {
"interpreter": {
Expand Down

0 comments on commit dc6b9c9

Please sign in to comment.