Skip to content

Commit

Permalink
type-o error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
blairhan committed Mar 19, 2019
1 parent abf1fdc commit acf4674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/tf_env_collect.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ cat <<EOF > /tmp/check_tf.py
import tensorflow as tf;
print("tf.VERSION = %s" % tf.VERSION)
print("tf.GIT_VERSION = %s" % tf.GIT_VERSION)
print("tf.COMPILER_VERSION = %s" % tf.GIT_VERSION)
print("tf.COMPILER_VERSION = %s" % tf.COMPILER_VERSION)
with tf.Session() as sess:
print("Sanity check: %r" % sess.run(tf.constant([1,2,3])[:1]))
EOF
Expand Down

0 comments on commit acf4674

Please sign in to comment.