Regarding CIFAR10 training data

조회 수: 5 (최근 30일)
Farah Sarwar
Farah Sarwar 2019년 1월 30일
댓글: Walter Roberson 2023년 12월 8일
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
Varunikaa Thennarasan
Varunikaa Thennarasan 2023년 12월 7일
Hi Walter is there an email I could reach out to you?
Walter Roberson
Walter Roberson 2023년 12월 8일
@Varunikaa Thennarasan You can contact me by my profile, but I no longer give out my email address

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by