Playing with TensorFlow on Windows
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Playing with TensorFlow on Windows
Image recognition using TensorFlow!
https://www.tensorflow.org/versions/r0. ... index.html
https://github.com/tensorflow/tensorflo ... y_image.py
anto@WIN-K64P62ICVF5:/usr/local/lib/python2.7/dist-packages/tensorflow/models/image$ python classify_image.py --image_file /tmp/imagenet/harbour.jpg
space shuttle (score = 0.63697)
yawl (score = 0.02483)
flagpole, flagstaff (score = 0.01622)
pirate, pirate ship (score = 0.01611)
airliner (score = 0.00907)
https://www.tensorflow.org/versions/r0. ... index.html
https://github.com/tensorflow/tensorflo ... y_image.py
anto@WIN-K64P62ICVF5:/usr/local/lib/python2.7/dist-packages/tensorflow/models/image$ python classify_image.py --image_file /tmp/imagenet/harbour.jpg
space shuttle (score = 0.63697)
yawl (score = 0.02483)
flagpole, flagstaff (score = 0.01622)
pirate, pirate ship (score = 0.01611)
airliner (score = 0.00907)