Skip to content

Conversation

@TITAN-PyCompat
Copy link

Dear developers,

I found one deprecated usage of TensorFlow APIs in your code as shown below and fixed it for you.

tf.initialize_all_variables has been deprecated in tf v0.12.0 and it's better to replace it with tf.global_variables_initializer to get the benefit of new APIs.

I made a fix for you which can make your code be compatible on more versions of TensorFlow.
Hope you could take my advice and look forward to your reply! 😃

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