提交 e83950b0 编写于 作者: W wenboyang 提交者: luotao1

error in doc of quick_start (#228)

* fix error in doc of quick_start
* There are some warning when execute preprocess.sh 
上级 e20ff3b3
......@@ -20,6 +20,8 @@
set -e
export LC_ALL=C
mkdir -p data/tmp
python preprocess.py -i data/reviews_Electronics_5.json.gz
# uniq and shuffle
......
......@@ -134,7 +134,7 @@ def process(settings, file_name):
You need to add a data provider definition `define_py_data_sources2` in our network configuration. This definition specifies:
- The path of the training and testing data (`data/train.list`, `data/test.list`).
- The location of the data provider file (`dataprovider_pow`).
- The location of the data provider file (`dataprovider_bow`).
- The function to call to get data. (`process`).
- Additional arguments or data. Here it passes the path of word dictionary.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册