Skip to content

Samples pointing at wrong resources  #6329

Open
@tarekgh

Description

@tarekgh

The following sample is pointing at https://aka.ms/mlnet-resources/datasets/cifar10.zip but looks this resources is not valid.

https://github.com/dotnet/machinelearning/blob/bca5736c23e093006bb6a5a3f85a789c4a1cdcf2/docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/MulticlassClassification/ImageClassification/LearningRateSchedulingCifarResnetTransferLearning.cs

Looks we have code in different places trying to get the same resources from other sources

public static string cifar10Url = @"https://github.com/YoongiKim/CIFAR-10-images/archive/refs/heads/master.zip";

Also there is other samples pointing at https://github.com/onnx/models/tree/master/vision/classification/squeezenet which exists but the zipped files there contains a different structured files than what the sample expect.

// https://github.com/onnx/models/tree/master/vision/classification/squeezenet or use

even the comment suggest there is Microsoft.ML.Onnx.TestModels nuget which not exist either. The correct structured file can be found in https://s3.amazonaws.com/download.onnx/models/opset_8/squeezenet.tar.gz

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions