VisualDL icon indicating copy to clipboard operation
VisualDL copied to clipboard

xxx exists, visualdl will add logs to it. 能否取消/删除这句log

Open marcuswang6 opened this issue 3 years ago • 1 comments

当VisualDL文件存在时,再次声明并调用就会报这句: xxx exists, visualdl will add logs to it. 当批量写入VisualDL文件时,Paddle会炸掉,想问下有没有可以关掉这句log的方法呢?

marcuswang6 avatar Oct 12 '22 03:10 marcuswang6

你好,报这句的时候说明VisualDL再续写一个已经存在的文件,通常是因为你在LogWriter的初始化中指定了file_name参数到指定文件。不知道续写一个已经存在的文件是否是符合你预期的行为,如果是想写入到一个新的文件,只需要指定logdir,这样就不会报这个提示。

rainyfly avatar Oct 13 '22 03:10 rainyfly