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 trained a model with SpikeDetection.ModelTrainer project and saved it. Then I ran project SpikeDetection.WinForms with option Spike Detection. The program fails in ITransformer tansformedModel = mlcontext.Model.Load(modelPath, out var modelInputSchema);
with error System.TypeLoadException HResult=0x80131522 Message=Could not load type 'Microsoft.ML.Runtime.LoadableClassAttribute' from assembly 'Microsoft.ML.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
The text was updated successfully, but these errors were encountered:
I trained a model with SpikeDetection.ModelTrainer project and saved it. Then I ran project SpikeDetection.WinForms with option Spike Detection. The program fails in
ITransformer tansformedModel = mlcontext.Model.Load(modelPath, out var modelInputSchema);
with error
System.TypeLoadException HResult=0x80131522 Message=Could not load type 'Microsoft.ML.Runtime.LoadableClassAttribute' from assembly 'Microsoft.ML.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'.
The text was updated successfully, but these errors were encountered: