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

update TF 2.0 summary usage to avoid deprecated/removed APIs #2109

Open
nfelt opened this issue Apr 11, 2019 · 3 comments
Open

update TF 2.0 summary usage to avoid deprecated/removed APIs #2109

nfelt opened this issue Apr 11, 2019 · 3 comments

Comments

@nfelt
Copy link
Contributor

nfelt commented Apr 11, 2019

This is a cleanup issue to track removing TensorBoard's references to old versions of TF 2.0 summary APIs. Specifically, the tf.summary.import_event API is removed entirely (in favor of tf.summary.experimental.write_raw_pb) and tf.summary.summary_scope is moved to tf.summary.experimental.summary_scope, since it's unclear that we want either API to exist in the long term and they're primarily intended for TB/TF-internal usage.

To be cross-compatible with TF versions before and after this change, we'll maintain code that can use either pathway for a little while, but this should be cleaned up before the TF 2.0 final release, which this issue tracks.

@thealphacod3r
Copy link
Contributor

@nfelt i want to work on this! can you please guide me a little bit

@shashvatshahi1998
Copy link
Contributor

@nfelt can I also work with @amanp592 as a team on this issue?

@colinshenc
Copy link

Hey, in the meantime, how to use tf.summary.import_event()?

@nfelt nfelt self-assigned this Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants