简体   繁体   English

使用mxnet包从文件执行R脚本后,Rscript.exe挂起

[英]Rscript.exe is getting hang after the execution of R script from file using mxnet package

Rscript.exe is getting hang without closing console after the execution of R script using mxnet package.Can anyone suggest to close the console after the execution 使用mxnet执行R脚本后, Rscript.exe挂起而没有关闭控制台。有人可以建议执行后关闭控制台

屏幕截图在这里可用

This seems related to this bug: http://wpkg-users.wpkg.narkive.com/TiZdkHmj/rscript-hanging-when-run-from-wpkg 这似乎与以下错误有关: http : //wpkg-users.wpkg.narkive.com/TiZdkHmj/rscript-hanging-when-run-from-wpkg

Adding STDOUT redirection to NUL is an option too. 将STDOUT重定向添加到NUL也是一种选择。 In case Rscript.exe prints a lot of output on the console (>4kB) it will "block". 如果Rscript.exe在控制台上输出大量输出(> 4kB),它将“阻塞”。 This is a known issue with Microsoft WSH. 这是Microsoft WSH的已知问题。

Try to reduce the verbosity of your script. 尝试减少脚本的详细程度。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM