tensorflow / tensorflow/tensorboard

update TF 2.0 summary usage to avoid deprecated/removed APIs

Open
#2,109 3 comments 1 reaction 1 assignee View on GitHub

@nfelt is already working on this.

Since Dec 17, 2019.

core:summaries tf-2.0 type:cleanup
Dominant language
TypeScript
Stars
7.2k
Forks
1.7k
Avg merge
4d 22h
Merged PRs (30d)
1

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.