dotnet / machinelearning-modelbuilder

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

Model builder stuck at ‘Downloading resnet_v2_50_299.meta from https://aka.ms/mlnet-resources/meta/resnet_v2_50_299.meta’ #2892

Open TetheredSun opened 3 months ago

TetheredSun commented 3 months ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Go to 'Solution Explorer'
  2. Click on 'Add', then 'Machine Learning Model'.
  3. Scroll down to 'Image classification', then progress to 'Train'.
  4. See error

Expected behavior I expected the Model Builder to complete training and create the machine learning model code for me.

Screenshots image

Additional context I have encountered this problem on two different computers, one running Windows 11 and another Windows 10.

vulvquang commented 3 months ago

you can 1) download the required files manually and put in folder %userprofile% in Window. 2) Host the file in local server using IIS and create a new certificate for aka.ms like command New-SelfSignedCertificate -DnsName aka.ms -CertStoreLocation cert:\LocalMachine\My

LittleLittleCloud commented 2 months ago

@TetheredSun does @vulvquang's suggestion fix your issue?

TetheredSun commented 2 months ago

@LittleLittleCloud

Sorry for not having reported back: not being familiar with IIS hosting, I could not implement it.

UPDATE: After a few retries and hours of waiting, I finally got an exception window that instructed me to manually download it, and after the exception, copying the manually downloaded file there seemed to work and the actual training started. Took a couple of hours altogether.