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

tf.summary.FileWriter #99

Closed
dklingmann opened this issue Jun 1, 2021 · 1 comment
Closed

tf.summary.FileWriter #99

dklingmann opened this issue Jun 1, 2021 · 1 comment

Comments

@dklingmann
Copy link

self.writer = tf.summary.FileWriter(self.log_dir)

Please note that tf.summary.FileWriter is deprecated. Instead, tf.compat.v1.summary.FileWriter can be used. Alternatively, tensorflow version 1.x should be used.

@ghost
Copy link

ghost commented Jun 3, 2021

@dklingmann do you know by any chance how to fix this issue: #102 ?
It seems similar to this one

P.S. I changed it to tf.summary.create_file_writer, as said in the error message, and for now I'm not getting this error (it's currently executing this sell)

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

No branches or pull requests

1 participant