Set data cache home directory to ~/.cache/paddle/dataset

avx_docs
Yi Wang 8 years ago
parent 7fe21602f6
commit b93722df95

@ -5,7 +5,7 @@ import urllib2
__all__ = ['DATA_HOME', 'download']
DATA_HOME = os.path.expanduser('~/.cache/paddle_data_set')
DATA_HOME = os.path.expanduser('~/.cache/paddle/dataset')
if not os.path.exists(DATA_HOME):
os.makedirs(DATA_HOME)

Loading…
Cancel
Save