COMSM0045-Applied-Deep-Learning / tensorflow-labsheets

Lab worksheets for the Applied Deep Learning Course.
https://comsm0018-applied-deep-learning.github.io/
16 stars 20 forks source link

All labs: Cache dataset locally #9

Open willprice opened 6 years ago

willprice commented 6 years ago

The CIFAR10 server is very unreliable and frequently returns 404 or 500 errors, we need to be able to run lab sessions when the server is down. Let's host the dataset locally on BC4 in some shared storage and use that.

willprice commented 6 years ago

We should try loading from a shared path on BC4 then only download locally if not present, lets stick it in the home directory so it can be reused across lab sessions