Created
June 27, 2017 23:28
-
-
Save jybaek/82d275fba873c81c3530f84c10712d3a to your computer and use it in GitHub Desktop.
tf.__version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import tensorflow as tf | |
if __name__ == '__main__': | |
print tf.__version__ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment