Skip to content

Commit

Permalink
TensorFlow: add python3 requirements to classify_image.py
Browse files Browse the repository at this point in the history
Change: 112302259
  • Loading branch information
Vijay Vasudevan authored and keveman committed Jan 16, 2016
1 parent e75bd05 commit 966ab18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tensorflow/models/image/imagenet/classify_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
https://tensorflow.org/tutorials/image_recognition/
"""

from __future__ import absolute_import
from __future__ import division
from __future__ import print_function

import os.path
import re
import sys
Expand Down

0 comments on commit 966ab18

Please sign in to comment.