PaddleGAN icon indicating copy to clipboard operation
PaddleGAN copied to clipboard

Wrong size of dataloader

Open konatasick opened this issue 5 years ago • 1 comments

When I run the wgan training, I set the dataset as mnist, and the dataloader returns data like: [64,1,28, 28].

But when I set it as Cifar10, it returns [64, 32, 32, 3].

Is there something wrong with the paddlegan dataloader or I should always swap the dimension when using RGB images?

konatasick avatar Dec 27 '20 07:12 konatasick

@konatasick Maybe for Cifar10, you need to other data transform.

qingqing01 avatar Jan 05 '21 02:01 qingqing01

问题过于久远,如果有图像和视频生成的需求,可以使用新的跨模态工具: https://github.com/PaddlePaddle/PaddleMIX/tree/develop

JunnYu avatar Feb 29 '24 03:02 JunnYu