-
Notifications
You must be signed in to change notification settings - Fork 51
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
[BUG] Save it with wanlab.log({"plot": swanlab.Image(plt)})
and load it all the time
#667
Comments
Let's take a look at that. Thanks for the feedback |
Your anticipation is correct; we have already completed the refactoring and fixing of the chart section in the cloud version. However, due to staffing issues, the local version still requires some time for refactoring 🥲 |
By the way, we have split the local version of Swanboard: https://github.com/SwanHubX/SwanLab-Dashboard As the content of the local version is largely derived from early concepts and differs significantly from the current architecture, we may need some time to complete its refactoring. |
感谢Debug: 据你们的信息,似乎本地和云端使用的是两套不同的前端代码. 我也注意到了: 期待你们能完成前端重构和统一. |
核心在于,swanlab分为本地版(对应 |
感谢你们的工作! 为什么不是tensorborad? 在我们的工作服务器上,一般无法直接访问外部网络,而且我们的数据也涉及到隐私性. |
I save a copy of the image at the end of each epoch using
wanlab.log({"plot": swanlab.Image(plt)})
But the image part of the panel keeps saying "loading".
When I look at the request report, I find that plot is also refreshed once with each request.
I guess the reason is that the image didn't load in such a short time and was interrupted by the next request.
Supplement: I am using ssh and port forwarding
The text was updated successfully, but these errors were encountered: