Update Train_Colab.ipynb
fix bad variable in colab notebook
This commit is contained in:
parent
1155a28867
commit
9970ccc3fb
|
@ -149,7 +149,7 @@
|
|||
" !wget $MODEL_LOCATION\n",
|
||||
" clear_output()\n",
|
||||
" print(\"DONE!\")\n",
|
||||
" download_path = os.path.join(os.getcwd(), os.path.basename(MODEL_URL))\n",
|
||||
" download_path = os.path.join(os.getcwd(), os.path.basename(MODEL_LOCATION))\n",
|
||||
"\n",
|
||||
"else:\n",
|
||||
" save_name = MODEL_LOCATION\n",
|
||||
|
@ -774,4 +774,4 @@
|
|||
},
|
||||
"nbformat": 4,
|
||||
"nbformat_minor": 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue