-
Notifications
You must be signed in to change notification settings - Fork 84
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
请问,终端输出的同时怎么自动保存到log? #12
Comments
搞定了哈~~ |
咋解决的??? |
python xxx.py 2>&1 | tee xxx.log |
在训练的命令后加“ 2>&1 | tee xxx.log” |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
有的时候突然就死机了,训练的日志都没了,请问能屏幕变输出,边保存所有日志吗。试了tee重定向,不能保存INFO: 等输出
The text was updated successfully, but these errors were encountered: