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

Updated and Replaced depreciated methods #12

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Updated and Replaced depreciated methods #12

wants to merge 2 commits into from

Conversation

gSrikar
Copy link

@gSrikar gSrikar commented Jun 27, 2017

Updated and replaced the deprecated methods to match TensorFlow 1.2.

Updates -->
// Initialize variables
global_variables_initializer()

tf.histogram_summary( --> tf.summary.histogram(

and others similar to it

Deprecated -->
summary_writer = tf.summary.FileWriter('/LOCATION/ON/YOUR/COMPUTER/', sess.graph)

gSrikar added 2 commits June 27, 2017 12:42
Updated and replaced the deprecated methods to match TensorFlow 1.2.

Updates -->
// Initialize variables
global_variables_initializer()

tf.histogram_summary( --> tf.summary.histogram(

and others similar to it

Deprecated -->
summary_writer = tf.summary.FileWriter('/LOCATION/ON/YOUR/COMPUTER/', sess.graph)
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