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
Since we are using the ONNX runtime for the ML detection we suffer from a problem between ONNX and slurm: microsoft/onnxruntime#10736
Some comments from Alejandro:
It seems to be C++ code
http://www.xavierdupre.fr/app/onnxruntime/helpsphinx/api_summary.html#onnxruntime.SessionOptions.intra_op_num_threads
It would have to be added here I guess
https://github.com/astrorama/SourceXtractorPlusPlus/blob/2823f0c939a5464d4793994c71367c24b2aa32db/SEImplementation/src/lib/Common/OnnxModel.cpp#L23
Not sure how to expose that to the user of sourcextractor++, though, because there are a *lot* of options.
The text was updated successfully, but these errors were encountered:
Since we are using the ONNX runtime for the ML detection we suffer from a problem between ONNX and slurm:
microsoft/onnxruntime#10736
Some comments from Alejandro:
The text was updated successfully, but these errors were encountered: