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