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!
3条答案
按热度按时间xe55xuns1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网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!
um6iljoc2#
https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/guides/01_paddle2.0_introduction/update_cn.html#danjiduokaqidong
单机多卡的介绍中不清楚。按照文档中的实现,其实是每个卡都会训练一遍数据,但是和数据并行常见的每个卡只训练一部分数据是有矛盾的,希望文档在这里能说清楚。同时贴上每个卡只训练一部分的正确实现方法。
得用 DistributedBatchSampler 吧
wgxvkvu93#
你好,文档已经修复,感谢反馈~
https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/guides/02_paddle2.0_develop/06_device_cn.html