Skip to content

Commit

Permalink
Fixes the required TF version.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdymczyk committed Jan 5, 2017
1 parent cb5edd7 commit 422a348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It is slightly simplified implementation of Kim's [Convolutional Neural Networks
## Requirements

- Python 3
- Tensorflow > 0.8
- Tensorflow > 0.12
- Numpy

## Training
Expand Down Expand Up @@ -65,4 +65,4 @@ Replace the checkpoint dir with the output from the training. To use your own da
## References

- [Convolutional Neural Networks for Sentence Classification](http://arxiv.org/abs/1408.5882)
- [A Sensitivity Analysis of (and Practitioners' Guide to) Convolutional Neural Networks for Sentence Classification](http://arxiv.org/abs/1510.03820)
- [A Sensitivity Analysis of (and Practitioners' Guide to) Convolutional Neural Networks for Sentence Classification](http://arxiv.org/abs/1510.03820)

0 comments on commit 422a348

Please sign in to comment.