Skip to content

Updated run_webcam.py to run on Tensorflow V2 - #45

Open
AnirbanMukherjeeXD wants to merge 1 commit into
datitran:masterfrom
AnirbanMukherjeeXD:master
Open

Updated run_webcam.py to run on Tensorflow V2#45
AnirbanMukherjeeXD wants to merge 1 commit into
datitran:masterfrom
AnirbanMukherjeeXD:master

Conversation

@AnirbanMukherjeeXD

Copy link
Copy Markdown

tf.GraphDef() -> tf.compat.v1.GraphDef()
tf.gfile.GFile() -> tf.compat.v2.io.gfile.GFile() tf.Session() -> tf.compat.v1.Session()

tf.GraphDef() -> tf.compat.v1.GraphDef()
tf.gfile.GFile() ->  tf.compat.v2.io.gfile.GFile()
tf.Session() -> tf.compat.v1.Session()
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

Successfully merging this pull request may close these issues.

1 participant