ZFTurbo / MVSEP-MDX23-music-separation-model

Model for MDX23 music separation contest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QT5Core.dll Error

hockinsk opened this issue · comments

Any ideas what's causing this error and application to crash during separation? It worked yesterday, today I can't get to complete before this error.

Faulting application name: python.exe, version: 3.10.10150.1013, time stamp: 0x6419fa4b
Faulting module name: Qt5Core.dll, version: 5.15.2.0, time stamp: 0x5fa4dd3b
Exception code: 0xc0000409
Fault offset: 0x00000000000204e8
Faulting process ID: 0x0x19C4
Faulting application start time: 0x0x1D9A5FFEC4B7850
Faulting application path: C:\Users\skhoc\Documents\Standalones\MVSep-MDX23_v1.0.1\Miniconda\python.exe
Faulting module path: C:\Users\skhoc\Documents\Standalones\MVSep-MDX23_v1.0.1\Miniconda\lib\site-packages\PyQt5\Qt5\bin\Qt5Core.dll
Report ID: a3be6840-c44f-4d04-ab42-7bd39e135409
Faulting package full name: 
Faulting package-relative application ID: 

Ran it from the command line too, but same crash, but I did manage to grab the error here too:

return self._sess.run(output_names, input_feed, run_options) onnxruntime.capi.onnxruntime_pybind11_state.RuntimeException: [ONNXRuntimeError] : 6 : RUNTIME_EXCEPTION : Non-zero status code returned while running ConvTranspose node. Name:'ConvTranspose_91' Status Message: D:\a\_work\1\s\onnxruntime\core\framework\bfc_arena.cc:368 onnxruntime::BFCArena::AllocateRawInternal Failed to allocate memory for requested buffer of size 33554432

I've got 16GB of GPU RAM and 16GB or normal RAM is this not enough?

Lowered buffer and it seems to have been resolved just in case others face the same issue.