Update Train_Colab.ipynb

fix bad variable in colab notebook
This commit is contained in:
Victor Hall 2023-06-04 00:10:45 -04:00 committed by GitHub
parent 1155a28867
commit 9970ccc3fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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",