nohup重定向python输出到文件不成功 解决nohup重定向python输出到文件不成功的问题

软件发布|下载排行|最新软件

当前位置:首页IT学院IT技术

nohup重定向python输出到文件不成功 解决nohup重定向python输出到文件不成功的问题

jodies   2021-03-28 我要评论
想了解解决nohup重定向python输出到文件不成功的问题的相关内容吗,jodies在本文为您仔细讲解nohup重定向python输出到文件不成功的相关知识和一些Code实例,欢迎阅读和指正,我们先划重点:nohup,输出重定向,下面大家一起来学习吧。

原因是:

It looks like you need to flush stdout periodically (e.g. sys.stdout.flush()). In my testing Python doesn't automatically do this even with print until the program exits.
You can run Python with the -u flag to avoid output buffering

所以,

解决办法之一:加-u

nohup python -u Bilstm-My-Exp-Char.py --training 1 --char_base 1 --window 5 --rnn_active relu --data_root ../../wangzhen/bilstm/ --load_embed 1 --model_pkl mdl5-15-14-30 > 5.txt 2>&1 &

解决办法之二: sys.stdout.flush()

以上这篇解决nohup重定向python输出到文件不成功的问题就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持。

猜您喜欢

Copyright 2022 版权所有 软件发布 访问手机版

声明:所有软件和文章来自软件开发商或者作者 如有异议 请与本站联系 联系我们