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_r244873336
 
 

 ##########
 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:
   `-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:
[email protected]


With regards,
Apache Git Services

Reply via email to