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 can't see why it's allocating lots of strings unless you're recreating the OrtSession and OrtSession.SessionOptions a lot inside a loop without closing both of them. The code you've given doesn't close the SessionOptions which it should do, but that typically isn't instantiated that frequently.
I can't see why it's allocating lots of strings unless you're recreating the OrtSession and OrtSession.SessionOptions a lot inside a loop without closing both of them. The code you've given doesn't close the SessionOptions which it should do, but that typically isn't instantiated that frequently.
Does it replicate on ORT 1.20.0?
LoadModel function been executed only once,just use detect function frequently.
Describe the issue
process running heap info:
leak_2189015_107.pdf
To reproduce
Running Code
Urgency
12.17
Platform
Linux
OS Version
Linux 81-228 5.15.0-122-generic(ldd (Ubuntu GLIBC 2.35-0ubuntu3.8) 2.35)
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.15.0
ONNX Runtime API
Java
Architecture
X86
Execution Provider
Default CPU
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: