frankfliu 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_r245167048
########## File path: scala-package/examples/scripts/rnn/run_test_charrnn.sh ########## @@ -27,7 +27,7 @@ else fi # 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: -o need a path as parameter, -O will use file name in url and save in current directory. ---------------------------------------------------------------- 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
