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 get this error message when I run the following code.
Error loading models: The type initializer for 'Emgu.TF.Lite.TfLiteInvoke' threw an exception.
Error during processing: The type initializer for 'Emgu.TF.Lite.TfLiteInvoke' threw an exception.
Stack trace: at Emgu.TF.Lite.TfLiteInvoke.tfeFlatBufferModelBuildFromBuffer(IntPtr buffer, Int32 bufferSize)
at Emgu.TF.Lite.FlatBufferModel.ReadModelFromBuffer(Byte[] buffer)
at Emgu.TF.Lite.FlatBufferModel..ctor(String filename)
at DTLN_aec.AudioProcessor..ctor(String modelPath) in C:\Games\DTLN-aec\DTLN-aec\AudioProcessor.cs:line 27
at Program.$(String[] args) in C:\Games\DTLN-aec\DTLN-aec\Program.cs:line 61