szha 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_r141240736
##########
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:
Is the dmlc one not working for you?
----------------------------------------------------------------
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