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

logger文件名非法 #63

Open
Gitreceiver opened this issue Jun 28, 2024 · 0 comments
Open

logger文件名非法 #63

Gitreceiver opened this issue Jun 28, 2024 · 0 comments

Comments

@Gitreceiver
Copy link

添加simulator之中的Staleness内容,比如在flgo.init()的option内添加'algo_para':[0, 200, 0],同时采用默认logger,会报错文件名非法,因为logger文件名内出现了 | ,
所以在flgo\experiment\logger_init_.py进行了修改
image
在对应位置添加了一行代码:
filename = filename.replace("|", "-"),之后可以正常生成logger文件

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

No branches or pull requests

1 participant