You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running on Ubuntu 18.04 in tmux with Swift for Tensorflow 0.10:
$ which swift
/home/xander/swift-tensorflow-RELEASE-0.10-cuda10.2-cudnn7-ubuntu18.04/usr/bin/swift
$ swift --version
Swift version 5.3-dev (LLVM 55d27a5828, Swift 6a5d84ec08)
Target: x86_64-unknown-linux-gnu
When iterating quickly through ~1M items, I see this output:
Note that the above output isn't always the same. On different runs it may hide some of those ERROR statements.
I was confused by this because I had a print statement in there that was being called but wasn't showing up in my terminal. So, doing the exact same run with the ProgressBar commented out, I see this:
I'm running on Ubuntu 18.04 in tmux with Swift for Tensorflow 0.10:
When iterating quickly through ~1M items, I see this output:
Note that the above output isn't always the same. On different runs it may hide some of those ERROR statements.
I was confused by this because I had a print statement in there that was being called but wasn't showing up in my terminal. So, doing the exact same run with the
ProgressBar
commented out, I see this:This is the full
print()
output I expect.This also occurred on Ubuntu outside of tmux. Just ssh-ed into bash. I haven't attempted to reproduce on macOS.
Hiding print statements is making it difficult to both debug a for loop at the same time I know how efficient my code is running inside the for loop.
The text was updated successfully, but these errors were encountered: