You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/02 22:26:49 UTC

[GitHub] lanking520 commented on a change in pull request #13761: Use curl to download sample data instead of wget.

lanking520 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_r244873299
 
 

 ##########
 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`?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services