tag:github.com,2008:https://github.com/tensorflow/tensorboard/releasesTags from tensorboard2025-07-17T17:54:10Ztag:github.com,2008:Repository/91379993/2.20.02025-07-17T19:19:53ZTensorBoard 2.20.0arcratag:github.com,2008:Repository/91379993/2.19.02025-02-12T08:16:26ZTensorBoard 2.19.0arcratag:github.com,2008:Repository/91379993/2.18.02024-09-25T21:21:08ZTensorBoard 2.18.0arcratag:github.com,2008:Repository/91379993/2.17.12024-08-14T18:18:37ZTensorBoard 2.17.1groszewntag:github.com,2008:Repository/91379993/2.17.02024-06-07T20:40:47ZTensorBoard 2.17.0arcratag:github.com,2008:Repository/91379993/2.16.22024-02-16T19:55:52ZTensorBoard 2.16.2<p>Adjust demo scripts to be Keras 3 compatible (<a class="issue-link js-issue-link" href="https://github.com/tensorflow/tensorboard/pull/6761">#6761</a>)</p>
<p>This adjusts *_demo.py files to work with Keras 3.</p>
<p>The hparams_demo is fully backward compatible with Keras 2 and forward
<br />compatible with Keras 3.</p>
<p>Unfortunately the graphs_demo is not backward compatible with Keras 2.
<br />Users attempting to run it with Keras 2 will get the following error:</p>
<p>```
<br /> File "/usr/local/google/home/bdubois/.cache/bazel/_bazel_bdubois/079646a57be11faea0b2bfefccb2a81a/execroot/org_tensorflow_tensorboard/bazel-out/k8-fastbuild/bin/tensorboard/plugins/graph/graphs_demo.runfiles/org_tensorflow_tensorboard/tensorboard/plugins/graph/graphs_demo.py", line 128, in profile
<br /> tf.summary.trace_on(profiler=True, profiler_outdir=logdir)
<br />TypeError: trace_on() got an unexpected keyword argument 'profiler_outdir'
<br />```</p>
<p>Amazingly, though, the graph that the demo generates with Keras 3 can be
<br />successfully loaded in the Graph dashboard. This makes me optimistic to
<br />get the Graph plugin fully Keras 3 compatible after addressing the
<br />user-reported error in <a class="issue-link js-issue-link" href="https://github.com/tensorflow/tensorboard/issues/6686">#6686</a>.</p>
<p>Old Keras 2 Graph: </p>
<p>
<br />New Keras 3 Graph:</p>
<p></p>bmd3ktag:github.com,2008:Repository/91379993/2.16.12024-02-14T15:52:50ZTensorBoard 2.16.1bmd3ktag:github.com,2008:Repository/91379993/2.16.02024-02-12T21:46:33ZTensorBoard 2.16.0bmd3ktag:github.com,2008:Repository/91379993/2.15.22024-02-09T10:29:43ZTensorBoard 2.15.2arcratag:github.com,2008:Repository/91379993/2.15.12023-11-02T18:45:45ZTensorBoard 2.15.1bmd3k