提交 a6aefb5f 编写于 作者: C caoying03

Merge branch 'develop' into GNR

......@@ -17,7 +17,7 @@ addons:
- python-pip
- python2.7-dev
before_install:
- pip install -U virtualenv pre-commit pip
- sudo pip install -U virtualenv pre-commit pip
- docker pull paddlepaddle/paddle:latest
script:
- .travis/precommit.sh
......
......@@ -28,10 +28,7 @@ You can also visit https://github.com/baidu-research/GloballyNormalizedReader to
```bash
cd data && ./download.sh
```
3. Featurize the data by running:
```
python featurize.py --datadir data --outdir featurized
```
3. **(TODO) add the preprocess and featurizer scripts.**
# Training a Model
......
......@@ -70,10 +70,7 @@ You can also visit https://github.com/baidu-research/GloballyNormalizedReader to
```bash
cd data && ./download.sh
```
3. Featurize the data by running:
```
python featurize.py --datadir data --outdir featurized
```
3. **(TODO) add the preprocess and featurizer scripts.**
# Training a Model
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册