-
Notifications
You must be signed in to change notification settings - Fork 629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
加载log文件,visualDL可视化,刚打开网页的时候 需要刷新几次,有些loss才能出现。一般loss只是一个点,需要刷新很多次会变成曲线。 #993
Comments
1、加载日志需要时间 |
已经过去很长时间了 还是点。。。第一次是loss 曲线 再次加载 等了很长时间 还有点 |
已经过去很长时间了 还是点。。。第一次是loss 曲线 再次加载 等了很长时间 还有点 |
我也有这个问题 |
方便提供下使用vdl部分的代码,以便于我们复现吗 |
具体操作流程:
1、在服务器上训练. 2、利用Visual DL生成log文件 3、将生成后的文件下载在本地可视化(谷歌浏览器)。每次可视化的结果都是一个点(这个点是log目录下最后一个log文件的信息)。正常应该是一条线(每个log文件的信息)都可视化出来。
同样的,利用tensorboard生成log,同样上述操作,可视化没有问题。
改用tensorboard,代码删除了。
用visualdl 时 SummaryWriter改为LogWriter, global_step 改为step, scalar_value 改为value
在2021年8月4日 ***@***.***> 写道:
方便提供下使用vdl部分的代码,以便于我们复现吗
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
|
您好,根据您的叙述,初步判断您可能是在循环中多次执行了 writer = LogWriter(logdir=".")
writer.add_XXX
...
writer.close() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: