-
Notifications
You must be signed in to change notification settings - Fork 792
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
rm redundant output #9575
rm redundant output #9575
Conversation
Speed stats:
|
CI failed when running job: cuda-misc. PR label automerge has been removed |
Speed stats:
|
CI failed when running job: cuda-misc. PR label automerge has been removed |
Speed stats:
|
Speed stats:
|
Speed stats:
|
View latest API docs preview at: https://staging.oneflow.info/docs/Oneflow-Inc/oneflow/pr/9575/ |
if args.redirect_stdout_and_stderr: | ||
os.makedirs(log_directory_path, exist_ok=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
这里也是打开了 ONEFLOW_DEBUG_MDOE ,才会创建 log 目录么
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ONEFLOW_DEBUG_MODE=1时,会创建log文件夹存INFO日志以及prototxt、dot等debug文件;
给distributed.launch设置redirect_stdout_and_stderr时,会创建log文件夹存重定向的stdout和stderr
删除distributed.launch下默认创建的log文件夹