Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix TensorFlow API usage to be compatible for v0.x and v1.x#36

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
TITAN-PyCompat wants to merge6 commits intoCreatCodeBuild:master
base:master
Choose a base branch
Loading
fromTITAN-PyCompat:FIX_API_USAGE

Conversation

TITAN-PyCompat
Copy link
Contributor

Dear developers,

I found some detrimental usages of TensorFlow API which might lead to severe problems like crashes when users use different version of tensorflow.

As I fixed in the code: the APIstf.image_summary,tf.scalar_summary,tf.merge_summary,tf.histogram_summary,tf.merge_all_summaries have been deprecated in tf v0.12.0 andbeen deleted since v1.0.0. It's better to change to the following APIstf.summary.image,tf.summary.scalar,tf.summary.merge,tf.summary.histogram,tf.summary.merge_all

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@TITAN-PyCompat

[8]ページ先頭

©2009-2025 Movatter.jp