Closed DevLob-zz closed 5 years ago
Here is my solution with x86 platform project. It works fine with current latest stable nuget (0.9)
@DevLob-zz - what version of Microsoft.ML
nuget package are you using?
@DevLob-zz - what version of
Microsoft.ML
nuget package are you using?
i tested it on 0.8 and then migrate my code to 0.9 and same error type
Yes thanks l cleaned some dll's then rebuild and issue was solved may be as i installed 0.9 the unistall and reinstall 0.8 then again reinstall 0.8
thanks
i think it's worked now
may be the issue due to conflict of some dll between 0.8 and 0.9 i cleaned all dll's and rebuild again and seem to be worked thanks
System information
Issue
Source code / logs
Please paste or attach the code or logs or traces that would be helpful to diagnose the issue you are reporting.
Generating model from 64 bit process
` public void BuildNormalTrainEvaluateAndSaveModel() { //Set a random seed for repeatable/deterministic results across multiple trainings. var mlContext = new MLContext(seed: 1);
Norm_131931638095612677_544677f3-3124-4979-aae8-0a6142ab4c67.Zip
`
Load Model From 32 bit proccess
i attached the generated model ,
how can i overcome this scenario please advice
History 👍 https://github.com/dotnet/machinelearning-samples/issues/216