Memory Leak In Onnx Session Release #21701
Unanswered
kishorekaruppusamy
asked this question in
Performance Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
someone facing memory leak after doing
session.release()in onnx-runtime web #21673I just found through
memlabwhile running
memlab run --scenario scenario_file.jsnormal scenario i got nothing and memory occupied in js heap is not released.when i run
memlab find-leaks --trace-all-objectsit shown a 638 MB object is unreferenced.Faced Similar ??
Beta Was this translation helpful? Give feedback.
All reactions