标签: tensorflow google-colaboratory tensorflow-datasets
在我的tensorflow代码中,以下代码
example_batch = next(iter(train_ds))[0]
出现错误
KeyError:0
我在做什么错了?