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
Copy file name to clipboardExpand all lines: RELEASE.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@
16
16
* New navigation bar in Curses-based UI
17
17
* NodeStepper (command `invoke_stepper`) now uses intermediate tensor dumps. It also uses `TensorHandles` as direct feeds during successive `cont` calls for improved performance and reduced memory consumption.
18
18
* Initial release of installation guides for Java, C, and Go.
19
+
* Added Text Dashboard to TensorBoard.
19
20
20
21
## Deprecations
21
22
@@ -71,6 +72,8 @@
71
72
* Command history now persists across runs.
72
73
* Bug fix in graph validation related to `tf.while_loops`.
73
74
* Java Maven fixes for bugs with Windows installation.
75
+
* Backport fixes and improvements from external keras.
0 commit comments