larroy commented on a change in pull request #13761: Use curl to download sample data instead of wget. URL: https://github.com/apache/incubator-mxnet/pull/13761#discussion_r245003134
########## File path: scala-package/examples/scripts/rnn/run_train_charrnn.sh ########## @@ -28,7 +28,7 @@ fi # which gpu card to use, -1 means cpu GPU=$1 # you can get the training data file using the following command -# wget http://data.mxnet.io/data/char_lstm.zip +# curl -O http://data.mxnet.io/data/char_lstm.zip Review comment: downloads with the same name according to the manpage. (man curl) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
