Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

there is a problem on the function "check_tensorflow_version()" #6

Open
JerryCatLeung opened this issue Aug 28, 2018 · 1 comment
Open

Comments

@JerryCatLeung
Copy link

def check_tensorflow_version():
if tf.version < "1.2.0":
raise EnvironmentError("Tensorflow version must >= 1.2.0,but version is {0}".
format(tf.version))

when the version about TensorFlow is "1.10.0", the function doesn't work well

@Leavingseason
Copy link
Owner

Leavingseason commented Aug 31, 2018

Yes, you are right, I have fixed this bug. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants