Skip to content

Commit

Permalink
Merge pull request #26 from red-data-tools/rename_dataset_root
Browse files Browse the repository at this point in the history
Rename dataset root from .chainer to .red-chainer
  • Loading branch information
hatappi authored Feb 28, 2018
2 parents 393b876 + da95414 commit f66af5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chainer/dataset/download.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
module Chainer
module Dataset
module Download
DATASET_ROOT = ENV.fetch("RED_CHAINER_DATASET_ROOT", File.expand_path(".chainer/dataset", "~"))
DATASET_ROOT = ENV.fetch("RED_CHAINER_DATASET_ROOT", File.expand_path(".red-chainer/dataset", "~"))

def self.cached_download(url)
cache_root = File.expand_path('_dl_cache', DATASET_ROOT)
Expand Down

0 comments on commit f66af5f

Please sign in to comment.