We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316031a commit 42b27d4Copy full SHA for 42b27d4
tutorials/Tutorial3-SpeedingUp.ipynb
@@ -426,6 +426,16 @@
426
"For this tutorial I'm using version 0.5.0."
427
]
428
},
429
+ {
430
+ "cell_type": "code",
431
+ "execution_count": null,
432
+ "metadata": {},
433
+ "outputs": [],
434
+ "source": [
435
+ "# Alternatively you can directly install the gluoncv and mxnet packages to your environment by running this cell\n",
436
+ "!pip install gluoncv mxnet"
437
+ ]
438
+ },
439
{
440
"cell_type": "code",
441
"execution_count": 47,
0 commit comments