Regarding CIFAR10 training data

8 Ansichten (letzte 30 Tage)
Farah Sarwar
Farah Sarwar am 30 Jan. 2019
Kommentiert: Walter Roberson am 8 Dez. 2023
Hi, I have downloaded CIFAR-10 using this url https://www.cs.toronto.edu/~kriz/cifar-10-matlab.tar.gz but helperCIFAR10Data.load(file path) is not working.
Following commands are mentioned in MATLAB help to download and use CIFAR-10 data for training but it is neither downloading directly nor picking up the downloaded file using above mentioned command. Am I using it wrong? How can I load the CIFAR10 data in my workspace?
cifar10Data = tempdir;
% I downloaded and saved the file in the directory which I used for above command
url = 'https://www.cs.toronto.edu/~kriz/cifar-10-matlab.tar.gz';
helperCIFAR10Data.download(url,cifar10Data);
[trainingImages,trainingLabels,testImages,testLabels] = helperCIFAR10Data.load(cifar10Data);
  6 Kommentare
Varunikaa Thennarasan
Varunikaa Thennarasan am 7 Dez. 2023
Hi Walter is there an email I could reach out to you?
Walter Roberson
Walter Roberson am 8 Dez. 2023
@Varunikaa Thennarasan You can contact me by my profile, but I no longer give out my email address

Melden Sie sich an, um zu kommentieren.

Antworten (0)

Kategorien

Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by