memory_util
memory_util copied to clipboard
Assertion Error
I tested example.py in tf1.2, python2.7, and it had the error:
How to fix it? Thank you! By the way, I have memory leak when using my pb file to predict different sizes images. Do you think memory_util will be helpful for debugging? Thanks a lot!
Meet the same problem. My tensorflow version is 1.4.
Same problem here. Works fine on 1.0 but not 1.4. Newer TF versions like 1.10 have another issue: they don't print memory logs at all. Although verbosity is correctly set and they do show other info logs such as "Found device 0 with properties: ...", they do not show anything from log_memory.cc.
Any idea how to solve this AssertionError on 1.4 or enable memory log on 1.10?
Thanks in advance.