easydata
easydata copied to clipboard
Dataset caching broken
Dataset needs a notion of a hash. This should be the hash of its metadata dict. (the metadata dict contains the hashes of data, target, and eventually, extra).
as is, caching doesn't actually work, so it can be removed
In conjunction with #42, we should introduce a blob store at the cache_path. Then whenever we have a hash (e.g. the data, target, or extra file hash), we could look for it in the cache dir.