dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
264 stars 56 forks source link

GPU Training Cancelled #1184

Closed wes-baldwin closed 3 years ago

wes-baldwin commented 3 years ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Download the sample dataset from kaggle @ https://www.kaggle.com/puneet6060/intel-image-classification
  2. Step thru the model builder UI (selecting the GPU environment) and select the train folder from the extracted archive.zip from kaggle
  3. Click Train
  4. After about 20 minutes (for my machine) it will begin displaying image indexes in the console.
  5. 5-10 minutes later the stated error occurs.

Expected behavior I expected the training to complete

Screenshots Capture1 Capture2

Additional context I installed all software as stated on https://docs.microsoft.com/en-us/dotnet/machine-learning/how-to-guides/install-gpu-model-builder. My machine info: Capture3 Capture4

JakeRadMSFT commented 3 years ago

Hey @wes-baldwin!

Sorry for the delayed response!

Would you be up for trying our private-preview build to see if it resolves your issue? If so, you can sign up here: https://aka.ms/mb-private-preview

If not - I think the "old" or released version might just need updated versions of Cuda and CuDNN.

We have new instructions here: https://github.com/dotnet/machinelearning/blob/main/docs/api-reference/tensorflow-usage.md

You'll have to uninstall Cuda 10.0 and replace it with Cuda 10.1

Sorry again for delayed response. Let me know if this resolves the issue!

JakeRadMSFT commented 3 years ago

@wes-baldwin I just finished running this and I don't think the above will resolve the issue for this dataset.

We're looking into why it's canceling early

wes-baldwin commented 3 years ago

Thanks for the response. I’ve since moved on to other projects. I don’t require a resolution. I really posted this more for the benefit of others.