chenjian
chenjian
https://github.com/PaddlePaddle/VisualDL/issues/1240 可以看一下这个issue
你好,模型文件是pdmodel结尾的,pdiparams是参数文件
你好,报这句的时候说明VisualDL再续写一个已经存在的文件,通常是因为你在LogWriter的初始化中指定了file_name参数到指定文件。不知道续写一个已经存在的文件是否是符合你预期的行为,如果是想写入到一个新的文件,只需要指定logdir,这样就不会报这个提示。
你好,import visualdl.server.app ,要获取app模块需要import进来先
你好,可以试下如果在本地会不会出现这个错误。
是说在你设置的目录下面没有生成你自己命名格式的文件么
奇怪,我这边试了一下是可以work的啊,你要不试着升级一下VisualDL的版本看看。 logwriter = LogWriter(logdir='./', file_name='vdlrecords.13321313233.log') 会在当前目录生成指定名字的文件呀
你好,如果PaddleDetection套件里没有自动为用户记录图像数据那就看不到的。除非你自己使用visualdl的add_image接口去写入图像数据。
你好,这是由于日志的内容由于位置原因损坏,导致有一个记录内容长度的字段无效了,那个记录内容长度的字段由于无效了,vdl按照那个字段指示的长度去读内容,然后调用io的read方法去读那么多长度的字节,导致malloc失败
I have the same problem. Maybe downgrade the Matlab could help, but anyone knows how to modify the source code to correct this error? Downgrading is so annoying.