ugshanyu commited on
Commit
ffc1ea2
·
1 Parent(s): abe3d90

Update dataset.py

Browse files
Files changed (1) hide show
  1. dataset.py +1 -2
dataset.py CHANGED
@@ -44,8 +44,7 @@ class CustomDataset(datasets.GeneratorBasedBuilder):
44
  print(audio_path)
45
  print(csv_path)
46
  key = 0
47
- with open(audio_path, encoding="utf-8") as za:
48
- print(za)
49
 
50
  with open(csv_path, encoding="utf-8") as csv_file:
51
  csv_reader = csv.DictReader(csv_file)
 
44
  print(audio_path)
45
  print(csv_path)
46
  key = 0
47
+ print(os.listdir(audio_path))
 
48
 
49
  with open(csv_path, encoding="utf-8") as csv_file:
50
  csv_reader = csv.DictReader(csv_file)