You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 oftf.summary.experimental.write_raw_pb
) andtf.summary.summary_scope
is moved totf.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.
The text was updated successfully, but these errors were encountered: