machinelearning-samples icon indicating copy to clipboard operation
machinelearning-samples copied to clipboard

TensorFlowImageClassification exited with code -1073741795 (0xc000001d)

Open luislhg opened this issue 5 years ago • 2 comments

Hi, when trying to execute the sample TensorFlowImageClassification (which is a MVC project). The first issues are the packages, they are outdated, but after updating it manually (from 0.1 or 0.4 to 1.*) it builds successfully.

Then, when running the method TensorFlowModelConfigurator::SetupMlnetModel it will crash with the message The program '[7672] iisexpress.exe' has exited with code -1073741795 (0xc000001d) 'Illegal Instruction'.

I have encountered issues in all samples. I simply downloaded the branch from git and I can't manage to run a single sample out of the box because they are all buggy, this is just the first one I'm reporting.

Is there anything I'm missing here?

luislhg avatar Mar 24 '20 16:03 luislhg

The program '[15836] iisexpress.exe' has exited with code -1073741795 (0xc000001d) 'Illegal Instruction'. I am getting same error. Let me see if I can fix. Project is Core 2.2, I'll upgrade to 3.1

karayakar avatar Jun 28 '20 00:06 karayakar

TensorFlowImageClassification exited with code -1073741795

Picture

C:\Users\shinsei\Desktop\machinelearning-samples\samples\csharp\getting-started\DeepLearning_ImageClassification_Training\ImageClassification.Train\bin\Release\netcoreapp3.1../../../assets\inputs\images\flower_photos_small_set.zip already exists. [Source=ImageClassificationTrainer; ImageClassificationTrainer, Kind=Trace] Channel started *** Training the image classification model with DNN Transfer Learning on top of the selected pre-trained model/architecture *** [Source=ImageClassificationTrainer; Ensuring meta files are present., Kind=Trace] Channel started [Source=ImageClassificationTrainer; Ensuring meta files are present., Kind=Trace] Channel finished. Elapsed 00:00:00.0209623. [Source=ImageClassificationTrainer; Ensuring meta files are present., Kind=Trace] Channel disposed

C:\Users\shinsei\Desktop\machinelearning-samples\samples\csharp\getting-started\DeepLearning_ImageClassification_Training\ImageClassification.Train\bin\Release\netcoreapp3.1\ImageClassification.Train.exe (process 25316) exited with code -1073741795.

github4mathews avatar Sep 10 '20 12:09 github4mathews