提交 7b1acf4d 编写于 作者: Z zhangxuefei

change directory name vdllog to visualization

上级 7c600b66
...@@ -140,7 +140,7 @@ class BasicTask(object): ...@@ -140,7 +140,7 @@ class BasicTask(object):
# log item # log item
if not os.path.exists(self.config.checkpoint_dir): if not os.path.exists(self.config.checkpoint_dir):
mkdir(self.config.checkpoint_dir) mkdir(self.config.checkpoint_dir)
vdl_log_dir = os.path.join(self.config.checkpoint_dir, "vdllog") vdl_log_dir = os.path.join(self.config.checkpoint_dir, "visualization")
self.tb_writer = SummaryWriter(vdl_log_dir) self.tb_writer = SummaryWriter(vdl_log_dir)
# run environment # run environment
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册