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 have tried various methods, but the memory is definitely leaking, it seems that the release of memory cannot keep up. Through the logs, it can be found that there is periodic memory recycling, but with the increase of time, there is still a clear upward trend
TF has some well known memory leak issues, but there isn't anything we can do about it on the Keras side, unless the issue is also visible in other backends (in which case the issue is with the Keras codebase).
I have tried various methods, but the memory is definitely leaking, it seems that the release of memory cannot keep up. Through the logs, it can be found that there is periodic memory recycling, but with the increase of time, there is still a clear upward trend
Name: keras
Version: 3.6.0
Please find the gist here for your reference.
tensorflow/tensorflow#80753 (comment)
The text was updated successfully, but these errors were encountered: