Skip to content

Commit

Permalink
Merge pull request dennybritz#60 from mdymczyk/readme_tf_version_fix
Browse files Browse the repository at this point in the history
Fixes the required TF version.
  • Loading branch information
dennybritz authored Jan 5, 2017
2 parents cb5edd7 + 422a348 commit 4d93ec5
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 4d93ec5

Please sign in to comment.