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条答案
按热度按时间3pvhb19x1#
您好,我们已经收到了您的问题,会安排技术人员尽快解答您的问题,请耐心等待。请您再次检查是否提供了清晰的问题描述、复现代码、环境&版本、报错信息等。同时,您也可以通过查看官网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!
gzszwxb42#
https://www.paddlepaddle.org.cn/documentation/docs/zh/develop/api/paddle/io/DataLoader_cn.html#dataloader
可以用 DataLoader 加载自定义的数据集
92dk7w1h3#
请问有相关的例程吗?我加载图片训练总是失败,而且
train_loader = paddle.batch(paddle.dataset.mnist.train(), batch_size=10)
和
train_loader = DataLoader(dataset,batch_size=BATCH_SIZE, shuffle=True, drop_last=True, num_workers=2)
这两种方法产生的loader并不是一种类型
还有,有没有能自动把数据集拆分成训练集和测试集的函数?
感谢