tensorflow / tensorflow/tensorboard
update TF 2.0 summary usage to avoid deprecated/removed APIs
@nfelt is already working on this.
Since Dec 17, 2019.
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.