Skip to content

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

Description

@JerryCatLeung

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions