yuxuanw8 commited on
Commit
71137c0
·
verified ·
1 Parent(s): 0cdb4f1

Update BigEarthNet.py

Browse files
Files changed (1) hide show
  1. BigEarthNet.py +1 -0
BigEarthNet.py CHANGED
@@ -177,6 +177,7 @@ class BigEarthNetDataset(datasets.GeneratorBasedBuilder):
177
  )
178
 
179
  def _split_generators(self, dl_manager):
 
180
  if isinstance(self.DATA_URL, list):
181
  try:
182
  downloaded_files = dl_manager.download(self.DATA_URL)
 
177
  )
178
 
179
  def _split_generators(self, dl_manager):
180
+ print(dl_manager.download_config.cache_dir)
181
  if isinstance(self.DATA_URL, list):
182
  try:
183
  downloaded_files = dl_manager.download(self.DATA_URL)