Skip to content

Commit 32d4f8a

Browse files
committed
fixing links for vista traces
1 parent beaba11 commit 32d4f8a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

lab3/RL.ipynb

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@
710710
"outputs": [],
711711
"source": [
712712
"# Download and extract the data for vista (auto-skip if already downloaded)\n",
713-
"!wget -nc -q --show-progress https://www.dropbox.com/s/3qogfzuugi852du/vista_traces.zip\n",
713+
"!wget -nc -q --show-progress https://www.dropbox.com/s/62pao4mipyzk3xu/vista_traces.zip\n",
714714
"print(\"Unzipping data...\")\n",
715715
"!unzip -o -q vista_traces.zip\n",
716716
"print(\"Done downloading and unzipping data!\")\n",
@@ -1397,7 +1397,7 @@
13971397
"* **text description and/or visual diagram** of the architecture, settings, algorithm, hyperparameters, etc you used to generate your result -- if there are any additional or interesting modifications you made to the template code, please include these in your description;\n",
13981398
"* finally, **separate `.py` script** containing the code for your model, as well as **a function call to load your model and the final trained weights**. This will mean you will have to access and load the weights of your trained model in this script;\n",
13991399
"\n",
1400-
"We will evaluate your entries based on the above components, as well as potential real-time evaluation of top candidates in new VISTA environments with snow / winter traces. The link for these traces is [here](https://www.dropbox.com/s/dhoekxljrix5ooh/vista_traces_snow.zip). You are welcome to download this data and evaluate your models on it as well. \n",
1400+
"We will evaluate your entries based on the above components, as well as potential real-time evaluation of top candidates in new VISTA environments with snow / winter traces. The link for these traces is [here](https://www.dropbox.com/s/3wxyvjfquloonqc/vista_traces_snow.zip). You are welcome to download this data and evaluate your models on it as well.\n",
14011401
"\n",
14021402
"Good luck!\n",
14031403
"\n",
@@ -1408,6 +1408,17 @@
14081408
"metadata": {
14091409
"id": "6c6uO21GoRfw"
14101410
}
1411+
},
1412+
{
1413+
"cell_type": "code",
1414+
"source": [
1415+
""
1416+
],
1417+
"metadata": {
1418+
"id": "ac8FNK-x8gNn"
1419+
},
1420+
"execution_count": null,
1421+
"outputs": []
14111422
}
14121423
],
14131424
"metadata": {

0 commit comments

Comments
 (0)