Model loading using AddExternalInitializersFromFilesInMemory in session options #24378
Unanswered
MFAlexandru
asked this question in
API Q&A
Replies: 0 comments
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.
-
Hey, I am trying to load a model directly from memory instead of loading from file, it is quite a large model so it is split in 2 files. When using the external file loaded into memory already trough AddExternalInitializersFromFilesInMemory I get the same init time as if I just use the loading directly from file. Shouldn't it be faster since it does not need to do the load into memory anymore?
I am on windows and using the DirectML backend. Maybe if somebody knows also where in the code does the initialisation actually take place.
Beta Was this translation helpful? Give feedback.
All reactions