Update dataset.py
Browse files- dataset.py +1 -3
dataset.py
CHANGED
@@ -206,9 +206,7 @@ class MyDataset(Dataset):
|
|
206 |
|
207 |
self.duration = {}
|
208 |
self.index = self.index_data()
|
209 |
-
|
210 |
-
self.dataset_index=self.dataset_index[:10]
|
211 |
-
self.index=self.index[:10]
|
212 |
|
213 |
self.pinyin = {} # read encoded pinyin
|
214 |
with open('/kaggle/input/pinyin-encode/pinyin.txt', 'r') as f:
|
|
|
206 |
|
207 |
self.duration = {}
|
208 |
self.index = self.index_data()
|
209 |
+
|
|
|
|
|
210 |
|
211 |
self.pinyin = {} # read encoded pinyin
|
212 |
with open('/kaggle/input/pinyin-encode/pinyin.txt', 'r') as f:
|