ad6398 commited on
Commit
57910ac
1 Parent(s): 268b081

Update ldkp10k.py

Browse files
Files changed (1) hide show
  1. ldkp10k.py +2 -2
ldkp10k.py CHANGED
@@ -32,7 +32,7 @@ _URLS = {
32
 
33
 
34
  # TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
35
- class LDKP3k(datasets.GeneratorBasedBuilder):
36
  """TODO: Short description of my dataset."""
37
 
38
  VERSION = datasets.Version("1.1.0")
@@ -75,7 +75,7 @@ class LDKP3k(datasets.GeneratorBasedBuilder):
75
  )
76
 
77
  def _split_generators(self, dl_manager):
78
- print(os.listdir())
79
  data_dir = dl_manager.download_and_extract(_URLS)
80
 
81
  return [
 
32
 
33
 
34
  # TODO: Name of the dataset usually match the script name with CamelCase instead of snake_case
35
+ class LDKP10k(datasets.GeneratorBasedBuilder):
36
  """TODO: Short description of my dataset."""
37
 
38
  VERSION = datasets.Version("1.1.0")
 
75
  )
76
 
77
  def _split_generators(self, dl_manager):
78
+ #print(os.listdir())
79
  data_dir = dl_manager.download_and_extract(_URLS)
80
 
81
  return [