【发布时间】:2019-06-14 10:02:13
【问题描述】:
在此链接https://www.tensorflow.org/beta/tutorials/distribute/multi_worker_with_estimator 他们说,当使用 Estimator 进行多工人训练时,有必要按工人数量对数据集进行分片以确保模型收敛。所谓多工人,是指一个系统中的多个 gpu 或分布式训练?我在一个系统中有 2 个 gpus,我必须对数据集进行分片吗?
【问题讨论】:
标签: tensorflow tensorflow-datasets tensorflow-estimator