未验证 提交 5d68c662 编写于 作者: J Jeff Wang 提交者: GitHub

Update README.md (#210)

* Update README.md

Fix typo in the README python SDK example.

* Fix the typo in readme.cn
上级 bf4bec36
......@@ -75,7 +75,7 @@ import random
from visualdl import LogWriter
logdir = "./tmp"
logger = LogWriter(dir, sync_cycle=10)
logger = LogWriter(logdir, sync_cycle=10)
# mark the components with 'train' label.
with logger.mode("train"):
......
......@@ -84,7 +84,7 @@ import random
from visualdl import LogWriter
logdir = "./tmp"
logger = LogWriter(dir, sync_cycle=10)
logger = LogWriter(logdir, sync_cycle=10)
# mark the components with 'train' label.
with logger.mode("train"):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册