Message Boards Message Boards

Avoid issue with ResourceData caching in Windows?

Posted 6 years ago

I have the following code to load the CIFAR-10 resource data...

cifarRO = ResourceObject["CIFAR-10"];
cifarTraining = ResourceData[cifarRO, "TrainingData"];

I am running Mathematica 11.2 on Windows 10 and on Mac OS (High Sierra). When I run this code on either machine it first loads the ResourceObject and then will cache the ResourceData (Which is around 180 MB). However, on the Windows machine the ResourceData function returns $Failed. Does anyone know why my Windows version of Mathematica may be having trouble?

As a temporary solution I have cached the data on my Mac version and then saved the data out using Export[], which I then load in on the Windows version. This seems to work fine but it is cumbersome to have to cache the data in this way.

POSTED BY: Lenny Johnson
2 Replies

You can remove the cache on Windows using this

ResourceRemove[ResourceObject["CIFAR-10"]]

And try ResourceData again.

POSTED BY: Bob Sandheinrich
Posted 6 years ago

I had already tried this. The resource data downloads again (And appears to dl it all) but then the data Length is still zero. I assume the issue is not necessarily with a bad locally cached resource.

POSTED BY: Lenny Johnson
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract