Skip to content
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

SwanLab在Jupyter中训练结束会显示持续训练的状态 #36

Closed
ShaohonChen opened this issue Dec 17, 2023 · 3 comments
Closed

SwanLab在Jupyter中训练结束会显示持续训练的状态 #36

ShaohonChen opened this issue Dec 17, 2023 · 3 comments
Labels
🐛 bug Something isn't working

Comments

@ShaohonChen
Copy link
Contributor

感谢KashiwaByte提的bug

img_v3_0267_ad031bca-0a2f-4ce7-b6b6-30e4e929f8bg

在jupyter中单个cell中运行训练,cell结束执行后swanlab依然会显示在训练中的问题。
针对jupyter是否需要单独支持呢?
针对上述问题的解决方案可以参考:https://www.volcengine.com/theme/5839871-R-7-1

@ShaohonChen ShaohonChen added the 🐛 bug Something isn't working label Dec 17, 2023
@SAKURA-CAT
Copy link
Contributor

不同运行时下可能程序停止的方式不太一样,后续考虑允许前端手动标记某个实验为暂停

@ShaohonChen
Copy link
Contributor Author

相比于前端手动标记实验暂停,是否可以考虑增加函数来标记实验暂停,如通过显式调用swanlab.log.finish()来表示实验顺利完成?

@SAKURA-CAT
Copy link
Contributor

相比于前端手动标记实验暂停,是否可以考虑增加函数来标记实验暂停,如通过显式调用swanlab.log.finish()来表示实验顺利完成?

可以,我们可以考虑两种方式兼容地使用

Feudalman added a commit that referenced this issue Dec 30, 2023
commit 300178b
Author: Zirui Cai <74649535+Feudalman@users.noreply.github.com>
Date:   Sun Dec 31 00:08:21 2023 +0800

    feat: stop experiment on dashboard (#108)

    * fix #107

    * fix #36

commit 71630bb
Author: Zirui Cai <74649535+Feudalman@users.noreply.github.com>
Date:   Sun Dec 31 00:06:24 2023 +0800

    Refactor/sl table (#106)

    * fix #88

    ---------

    Co-authored-by: KAAANG <cunykang@gmail.com>
Feudalman added a commit that referenced this issue Jan 2, 2024
commit 300178b
Author: Zirui Cai <74649535+Feudalman@users.noreply.github.com>
Date:   Sun Dec 31 00:08:21 2023 +0800

    feat: stop experiment on dashboard (#108)

    * fix #107

    * fix #36

commit 71630bb
Author: Zirui Cai <74649535+Feudalman@users.noreply.github.com>
Date:   Sun Dec 31 00:06:24 2023 +0800

    Refactor/sl table (#106)

    * fix #88

    ---------

    Co-authored-by: KAAANG <cunykang@gmail.com>
@SAKURA-CAT SAKURA-CAT mentioned this issue Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants