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 ran the YOLO example from "max/examples/inference/yolo-python-onnx" and it worked well. However, I noticed that memory usage kept increasing until the device crashed.
To diagnose the issue, I used Memray to trace the program. My findings suggest that the memory leak originates from the api.py file.
Bug description
I ran the YOLO example from "max/examples/inference/yolo-python-onnx" and it worked well. However, I noticed that memory usage kept increasing until the device crashed.
To diagnose the issue, I used Memray to trace the program. My findings suggest that the memory leak originates from the api.py file.
how to solve it ?
System information
The text was updated successfully, but these errors were encountered: