asumser

Results 5 comments of asumser

Thanks for the pointer. I am not very familiar with github and don't actually know how to make a pull request. Nevertheless, looking into this, the issue seems that no...

I ran into the same issue (Windows 10, Python 3.7, tensorflow 2.4.4). my gpu is not great though and thus could be the actual culprit. when I changed to predict_on_batch...

might be, sorry if not helpful. anyhow the RESOURCE_EXHAUSTED: OOM when allocating tensor with shape[...] error is not there anymore, so it goes a step further on tensorflow 2.4.4

I found it on some random forum. but here i think is the source: https://docs.python.org/3/library/pickle.html Protocol version 4 was added in Python 3.4. It adds support for very large objects,...

My workaround doesn't work and gives a invalid syntax error. should I try with python 3.8?