请提出你的问题 Please ask your question
想请教下
- 使用fleet run单机四卡分布式训练的时候,dataloader 使用num_workers=8 。这样做是相当于每张卡两个num_workers ,还是每张卡都是8个进程读?
- fleet run 单机四卡 ,四张GPU 其实是重复加载了四次完整全量数据。怎么才能让每张GPU加载其中四分之一呢?
- 使用Dataloader 加载数据,nameGPU 0 算batch_1 和GPU 1、GPU 2 、GPU3 用的batch 1 是同一个batch 1 吗?那岂不是相当于同一个batch 的梯度乘了四?
- 使用async 模式,按理说 每个batch都会同步其他gpu的梯度,所以每块卡训到第1000步,相当于单卡训练了4000步。可是我看损失和准确率,和单卡训练到1000步相差不多。这是为什么呢?
2条答案
按热度按时间wpx232ag1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看 官网API文档 、 常见问题 、 历史Issue 、 AI社区 来寻求解答。祝您生活愉快~
Hi! We've received your issue and please be patient to get responded. We will arrange technicians to answer your questions as soon as possible. Please make sure that you have posted enough message to demo your request. You may also check out the API , FAQ , Github Issue and AI community to get the answer.Have a nice day!
v7pvogib2#
@r0103
__getitem__
。