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

FIX possible detrimental tf api usage #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TITAN-PyCompat
Copy link

@TITAN-PyCompat TITAN-PyCompat commented Apr 18, 2019

Dear developers,

When I use your project, I encountered some usage of deprecated TensorFlow APIs which might be harmful in the future. So I help you to modify it as below:

tf.contrib.slim.get_model_variables has been deprecated in tf v1.4.0. It's better to replace it will tf.train.get_or_create_global_step.

@yangJirui @yangxue0827
Hope you could accept 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