【发布时间】:2020-07-16 18:21:00
【问题描述】:
通过 tf.data 使用输入管道
Generating the Dataset using tf.data.Dataset.from_generator()
The output I got after fitting the model with the train_dataset
【问题讨论】:
标签: python tensorflow keras generator pipeline
通过 tf.data 使用输入管道
Generating the Dataset using tf.data.Dataset.from_generator()
The output I got after fitting the model with the train_dataset
【问题讨论】:
标签: python tensorflow keras generator pipeline
我认为您可以按照此示例进行操作 here 和 this example。这两个简单的示例演示了如何使用输入数据管道。希望这可以帮助。谢谢!
【讨论】: