Browse Source

Merge pull request #87 from programmah/jupyter_lab_resolve

adding TAO to experimentals directory
Tosin 2 years ago
parent
commit
e8c266dea4
1 changed files with 2 additions and 3 deletions
  1. 2 3
      experimental/TAO_Transfer_Learning/English/start_here.ipynb

+ 2 - 3
experimental/TAO_Transfer_Learning/English/start_here.ipynb

@@ -93,8 +93,7 @@
     "%env DATA_DOWNLOAD_DIR=/workspace/tlt-experiments/data\n",
     "%env DATA_DOWNLOAD_DIR=/workspace/tlt-experiments/data\n",
     "#%env SPECS_DIR=/workspace/tlt-experiments/classification/specs\n",
     "#%env SPECS_DIR=/workspace/tlt-experiments/classification/specs\n",
     "%env SPECS_DIR=/workspace/tlt-experiments/specs\n",
     "%env SPECS_DIR=/workspace/tlt-experiments/specs\n",
-    "%env KEY='aWNydmQ5bGRjNmppcDdoOTUwMGxuMHYzaWQ6MzFkYWI4ZTItYTEwZi00YTY4LWE5NTctYzJkNjQwMjUwMDdk'\n",
-    "#%env KEY=''"
+    "%env KEY='place your ngc api key here'\n"
    ]
    ]
   },
   },
   {
   {
@@ -109,7 +108,7 @@
    "metadata": {},
    "metadata": {},
    "source": [
    "source": [
     "We will be using the pascal VOC dataset for the tutorial. To find more details please visit \n",
     "We will be using the pascal VOC dataset for the tutorial. To find more details please visit \n",
-    "http://host.robots.ox.ac.uk/pascal/VOC/voc2012/index.html#devkit. if you intend to run this notebook on your local workstation, Please download the dataset present at http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar to $DATA_DOWNLOAD_DIR or `workspace/tlt-experiments/data`."
+    "http://host.robots.ox.ac.uk/pascal/VOC/voc2012/index.html#devkit. if you intend to run this notebook on your local workstation without using a container, Please download the dataset present at http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar to $DATA_DOWNLOAD_DIR or `workspace/tlt-experiments/data`."
    ]
    ]
   },
   },
   {
   {