memory_util icon indicating copy to clipboard operation
memory_util copied to clipboard

Assertion Error

Open jinxin0924 opened this issue 7 years ago • 2 comments

I tested example.py in tf1.2, python2.7, and it had the error: image

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!

jinxin0924 avatar Jan 04 '18 12:01 jinxin0924

Meet the same problem. My tensorflow version is 1.4.

yuangan avatar Jun 06 '18 03:06 yuangan

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.

alirezazareian avatar Dec 31 '18 18:12 alirezazareian