PaddlePaddle/VisualDL

运行完graph后,成功生成log文件,但进入浏览页没显示可视化模型结果

wulispa opened this issue · 21 comments

图片
生成了log文件了,然后输入visualdl --logdir ./log/graph_test/ --port 8080,然后再浏览器进入http://127.0.0.1:8080/app/graph/static_graph。没结果,如下图
图片

那一直加载是正常的吗

same problem here!! hope to know the solution..

不正常,如果刷新几次都出不来肯定哪里有问题,这边会check一下 发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: wulispa @.> 发送时间: 2023年3月17日 19:48 收件人: PaddlePaddle/VisualDL @.> 抄送: chenjian @.>, Comment @.> 主题: Re: [PaddlePaddle/VisualDL] 运行完graph后,成功生成log文件,但进入浏览页没显示可视化模型结果 (Issue #1235) 那一直加载是正常的吗 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

试了几次还是不行诶

pip install visualdl==2.4.0 flask_babel==2.0.0  回退一些版本先试试,这边检查出问题了会尽快进行修复 发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: wulispa @.> 发送时间: 2023年3月17日 19:56 收件人: PaddlePaddle/VisualDL @.> 抄送: chenjian @.>, Comment @.> 主题: Re: [PaddlePaddle/VisualDL] 运行完graph后,成功生成log文件,但进入浏览页没显示可视化模型结果 (Issue #1235) 不正常,如果刷新几次都出不来肯定哪里有问题,这边会check一下 发自我的iPhone … ------------------ 原始邮件 ------------------ 发件人: wulispa @.> 发送时间: 2023年3月17日 19:48 收件人: PaddlePaddle/VisualDL @.> 抄送: chenjian @.>, Comment @.> 主题: Re: [PaddlePaddle/VisualDL] 运行完graph后,成功生成log文件,但进入浏览页没显示可视化模型结果 (Issue #1235) 那一直加载是正常的吗 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.> 试了几次还是不行诶 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.>
ModuleNotFoundError: No module named 'multiprocess'

退完版本用visualdl --logdir ./log/graph_test/ --port 8080 --component_tabs dynamic_graph的时候报错了

图片
现在是这样了。
图片
我生成路径是这样的

点击网络结构里的动态图如果可以正常显示的话里面应该有内容 发自我的iPhone

------------------ 原始邮件 ------------------ 发件人: wulispa @.> 发送时间: 2023年3月17日 20:44 收件人: PaddlePaddle/VisualDL @.> 抄送: chenjian @.>, Comment @.> 主题: Re: [PaddlePaddle/VisualDL] 运行完graph后,成功生成log文件,但进入浏览页没显示可视化模型结果 (Issue #1235) 现在是这样了。 我生成路径是这样的 — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

还是一直加载诶

不好意思,我发现最后一条消息上周五邮件没发出去。你用的是什么浏览器呢,是chrome吗,如果是的话要不把你的日志文件打包发给我的邮箱,我来调试一下看看哪里的问题

好的,发过去了

image @wulispa 我这里在Linux环境下是可以正常看你的日志的,我怀疑是windows下面vdl的使用有问题,这个我们之后验证看看哪里需要修复的

@Marieology Hi,Are you sure if you have logged graphs, histograms data in your log file etc. Only the data you write in the log file will be shown in the page. If data not exists, the corresponding page has no graph to show. And what data you need totally depends on yourself, i.e. use LogWriter to write data in the log file.

image @wulispa 我这里在Linux环境下是可以正常看你的日志的,我怀疑是windows下面vdl的使用有问题,这个我们之后验证看看哪里需要修复的

可以把中间那个细节截个图发给我吗,我需要用到,毕竟一时半会搞不出来

@wulispa 已经发送到你的邮箱拉

@wulispa 已经发送到你的邮箱拉

@rainyfly 没收到诶,麻烦发这个415971619@qq.com,谢谢啦

修复的pr #1244 。 这个修复将在下一个小版本中进入,如果需要在windows下使用,可以参考这个pr中修改的文件在本地对应修改一下。具体可以安装如下操作:
import visualdl
visualdl.path
看一下visualdl的安装路径,然后找到pr中修改的文件对应修改一下即能够生效。