README.md 523 字节
Newer Older
1 2 3 4
The minimum PaddlePaddle version needed for the code sample in this directory is the lastest develop branch. If you are on a version of PaddlePaddle earlier than this, [please update your installation](http://www.paddlepaddle.org/docs/develop/documentation/en/build_and_install/pip_install_en.html).

---

P
peterzhang2029 已提交
5 6 7 8 9 10 11 12 13 14 15 16
# Text Classification

## Data Preparation
```
wget http://ai.stanford.edu/%7Eamaas/data/sentiment/aclImdb_v1.tar.gz
tar zxf aclImdb_v1.tar.gz
```

## Training
```
python train.py --dict_path 'aclImdb/imdb.vocab'
```