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 noticed that when continuously analyzing multiple data streams with neurons, the GPU memory usage keeps increasing, eventually leading to an overflow. Is there any way to solve this problem?
The text was updated successfully, but these errors were encountered:
Hi, I came through the same question. And this may be caused by the KnowledgeNeurons class not releasing its memory in time. You can try del and torch.cuda.empty_cache(), like:
I noticed that when continuously analyzing multiple data streams with neurons, the GPU memory usage keeps increasing, eventually leading to an overflow. Is there any way to solve this problem?
The text was updated successfully, but these errors were encountered: