I'm running anaconda python in cygwin
. When I use keras
and chainer
from a normal command prompt, they both print out progress bars to show the status of a training run and update them in place.
However, in cygwin, I get a new line for each step making the output unreadable. Is there any fix for this?
This might be related to this question that says: "all Cygwin pty-based terminals (mintty, rxvt and xterm) are recognized as pipes by Windows, not as the console".