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

修复win环境下部分指标无法跟踪的问题 #641

Merged
merged 6 commits into from
Jun 27, 2024
Merged

Conversation

ShaohonChen
Copy link
Contributor

@ShaohonChen ShaohonChen commented Jun 26, 2024

bug原因

windows有保留文件夹名,参考https://learn.microsoft.com/en-us/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN

测试代码

import swanlab

swanlab.init(project='test_swanlab')

for i in range(100):
    swanlab.log({"test1":i})
    swanlab.log({'AUX':i**2})

Close: #639

@ShaohonChen ShaohonChen changed the title 修复win 修复win环境下部分指标无法跟踪的问题 Jun 26, 2024
@Zeyi-Lin Zeyi-Lin requested a review from SAKURA-CAT June 26, 2024 15:41
swanlab/data/formater.py Show resolved Hide resolved
swanlab/data/formater.py Show resolved Hide resolved
@ShaohonChen
Copy link
Contributor Author

增加了test脚本 @SAKURA-CAT 麻烦codereview一下

@Zeyi-Lin Zeyi-Lin requested a review from SAKURA-CAT June 27, 2024 12:59
@SAKURA-CAT SAKURA-CAT merged commit 8ed84b0 into main Jun 27, 2024
@SAKURA-CAT SAKURA-CAT deleted the fix-win-logger branch June 27, 2024 13:03
@SAKURA-CAT SAKURA-CAT mentioned this pull request Jul 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] mmsegmentation启动时的Bug
3 participants