https://github.com/xraycheng/tensorflow_iris_fix
Since the origin iris sample doesn't work with the new tensorflow(like 1.0, 0.12), so here is the fix version of that.
https://github.com/xraycheng/tensorflow_iris_fix
tensorflow tensorflow-tutorial
Last synced: 5 months ago
JSON representation
Since the origin iris sample doesn't work with the new tensorflow(like 1.0, 0.12), so here is the fix version of that.
- Host: GitHub
- URL: https://github.com/xraycheng/tensorflow_iris_fix
- Owner: XRayCheng
- Created: 2017-02-23T07:53:44.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T08:13:05.000Z (almost 9 years ago)
- Last Synced: 2025-04-07T16:52:16.680Z (8 months ago)
- Topics: tensorflow, tensorflow-tutorial
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tensorflow_iris_fix
Since the origin iris sample doesn't work with the new tensorflow(like 1.0, 0.12),
so here is the fix version of that.
the sample page :
https://www.tensorflow.org/get_started/tflearn
Just changed the old parameters with custom input pipe-lines, introduced on this page.
https://www.tensorflow.org/get_started/input_fn
#Tips
1.please get the iris_predict.csv.
2.please make sure you delete the old tmp data, if you have any in the tmp folder.
3.this will be overfitting, if you try to train it twice in a row.
(get [1,1] instead of [1,2])