wut0n9 commented on a change in pull request #8030: add cnn + highway network 
architecture for Chinese text classification example
URL: https://github.com/apache/incubator-mxnet/pull/8030#discussion_r141241847
 
 

 ##########
 File path: example/cnn_chinese_text_classification/data_helpers.py
 ##########
 @@ -51,7 +51,7 @@ def get_chinese_text():
         os.system("mkdir data/")
     if (not os.path.exists('data/pos.txt')) or \
        (not os.path.exists('data/neg')):
-        os.system("wget -q 
https://raw.githubusercontent.com/dmlc/web-data/master/mxnet/example/chinese_text.zip
 -P data/")
+        os.system("wget -q 
https://raw.githubusercontent.com/wut0n9/web-data/master/mxnet/example/chinese_text.zip
 -P data/")
 
 Review comment:
   Because  the dmlc one hasn't been merge yet,so replace it with my repo .
   After it's merged, i can switch dmlc dataset source.
   
   Add dataset pull request is [here](https://github.com/dmlc/web-data/pull/30)
 
----------------------------------------------------------------
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