Hello I am getting error at websave function

2 Kommentare

Walter Roberson
Walter Roberson am 4 Jun. 2016
Please post the entire text of the error message, everything in red.
Mites Rajan
Mites Rajan am 6 Jun. 2018
Bearbeitet: Walter Roberson am 9 Jun. 2018
Error using websave (line 98)
The connection to URL 'https://www.cs.toronto.edu/~kriz/cifar-10-matlab.tar.gz' timed out after 5
seconds. Set options.Timeout to a higher value.
Error in DownloadCIFAR10 (line 13)
websave([cifar10Dataset,'.tar.gz'],...

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Cris LaPierre
Cris LaPierre am 23 Nov. 2018

0 Stimmen

I'd suggest doing what it suggests - increase the timeout to a higher value. I just ran this on my computer and was able to save the file, thought it took ~30 seconds.
websave('data.tar.gz','https://www.cs.toronto.edu/~kriz/cifar-10-matlab.tar.gz')
You can use weboptions to modify it.
Interestingly, when I checked, my timeout was also set to 5 but was able to download just fine. Do you have a firewall that is perhaps blocking you from accessing this?

Tags

Gefragt:

am 4 Jun. 2016

Beantwortet:

am 23 Nov. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by