File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change 1+ # Release 1.9.0
2+
3+ The 1.9 minor series tracks TensorFlow 1.9.
4+
5+ ## Highlights
6+
7+ - Improved performance with log directories on GCS (Google Cloud Storage) with
8+ faster traversal time and reduced bandwidth consumption (PRs #1087 , #1226 )
9+ - Profile dashboard improvements, including:
10+ - New memory viewer tool that visualizes peak memory usage (#1223 )
11+ - Trace viewer tool now supports streaming mode, that dynamically renders a
12+ much longer trace (#1128 )
13+ - Op profile tool now shows memory utilization in op details card (#1238 )
14+ - Profile dashboard now supports visualizing data from multiple hosts (#1117 )
15+
16+ ## Features
17+ - Graph dashboard now allows searching nodes by regex (#1130 )
18+ - New --samples_per_plugin flag to control how many samples are kept (#1138 )
19+ - Better error when --logdir/--db flag is omitted (#1189 ) - thanks @oxinabox
20+ - Debugger plugin can now show single elements of string tensors (#1131 )
21+
22+ ## Bug fixes
23+ - #1107 - Beholder plugin should no longer reserve GPU (PR #1114 )
24+ - #1190 - Beholder plugin summary placeholder no longer interferes with normal
25+ summary use and/or Estimator - thanks @TanUkkii007 (PR #1148 )
26+ - #427 and #588 - removed pip package deps on bleach and html5lib (PR #1142 )
27+ - #1191 - fixed debugger plugin UnboundLocalError - thanks @cfroehli
28+ - #1200 - fixed debugger plugin binary-valued string tensor issues
29+ - #1201 - fixed "dictionary changed size" race condition in reloader (PR #1235 )
30+
31+
132# Release 1.8.0
233
334The 1.8 minor series tracks TensorFlow 1.8.
You can’t perform that action at this time.
0 commit comments