Skip to content

Commit 12e5aae

Browse files
authored
Update display_name in ReadMe-en (#753)
* Update README.md (#1) * Delete UserGuide-en.md (#2) * Update README.md (#3) * Update README.md (#4) * Update README-en.md (#5) * Update UserGuide-en.md (#6) * Update README.md (#7) * Update README.md (#9) * Update README-en.md (#10) * Update README-en.md (#11) * Update README.md (#8)
1 parent d8fb230 commit 12e5aae

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README-en.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ class LogWriter(logdir=None,
9999
| flush_secs | int | The maximum cache time of the data generated before recording in a log file, when this time is reached, the data is immediately written to the log file. |
100100
| filename_suffix | string | Add a suffix to the default log file name. |
101101
| write_to_disk | boolean | Write into disk or not. |
102+
| display_name | string | Set the name of different runs when `logdir` is too long or needed to be hidden. If not set, the default name is `logdir`.|
102103

103104
#### Example
104105

docs/components/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,7 @@ Graph组件一键可视化模型的网络结构。用于查看模型属性、节
393393
```shell
394394
visualdl --model ./log/model --port 8080
395395
```
396+
*Graph目前只支持可视化网络结构格式的模型文件(如__model__(注意此处为两个下划线'_'))
396397

397398

398399
启动后即可查看网络结构可视化:

0 commit comments

Comments
 (0)