Kim CNN README remove torchtext reset (#96)

This commit is contained in:
Michael Tu
2018-01-18 10:42:09 -05:00
committed by rosequ
parent 51d8e29525
commit cbd54cb382
2 changed files with 2 additions and 10 deletions
+1
View File
@@ -9,3 +9,4 @@ trec_eval.9.0/
trec_eval-9.0.5
*.pt
text/
kim_cnn/data
+1 -10
View File
@@ -12,16 +12,7 @@ Implementation for Convolutional Neural Networks for Sentence Classification of
## Requirement
- Install the latest version of pytorch
- Install the version of torchtext
```
git clone https://github.com/pytorch/text.git
cd text
#use this commit number
git reset --hard 6f930eb8de936482f321ac123e020fd08dd07a4b
python setup.py install
```
Assuming you already have PyTorch, just install torchtext (`pip install torchtext==0.2.0`)
## Quick Start