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/03 23:33:37 UTC

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

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


With regards,
Apache Git Services