Skip to content

Commit

Permalink
updated download script to have manual download from gdrive
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonYuJjyu committed Sep 30, 2018
1 parent 54f0d0d commit 3f652d7
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# download weights
echo "Downloading weights..."
wget -O weights.tar.gz https://doc-0k-5o-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/1q5snsmj588h2s8eh09lc9d6qiltvspu/1538179200000/05082393995079092114/*/18MXPbjXUnGG_Fcij8YUs6mtyQcBwnSru?e=download
#wget -O weights.tar.gz https://doc-0k-5o-docs.googleusercontent.com/docs/securesc/ha0ro937gcuc7l7deffksulhg5h7mbp1/1q5snsmj588h2s8eh09lc9d6qiltvspu/1538179200000/05082393995079092114/*/18MXPbjXUnGG_Fcij8YUs6mtyQcBwnSru?e=download
echo "Please download this file and place it in this directory: https://drive.google.com/file/d/18MXPbjXUnGG_Fcij8YUs6mtyQcBwnSru/view?usp=sharing"
read -p "Press to continue once weights.tar.gz is in this directory"
# ask if we want to automatically copy weights and params into src
while true; do
read -p "Do you want the weights and hyper-parameters copied to src? (will overwrite)" yn
Expand Down

0 comments on commit 3f652d7

Please sign in to comment.