Edit by browser

This commit is contained in:
郭明月 2020-07-14 09:15:19 +08:00
parent 569ea01774
commit bdc42fc803
1 changed files with 2 additions and 2 deletions

View File

@ -34,9 +34,9 @@ def data():
#### shuffle
print("Before shuffle:")
for data in ds.create_dict_iterator():
for data in ds1.create_dict_iterator():
print(data["data"])
ds1 = ds.GeneratorDataset(generator_func, ["data"])
# 请在此添加代码完成本关任务