w86763777 / pytorch-ddpm

Unofficial PyTorch implementation of Denoising Diffusion Probabilistic Models
Do What The F*ck You Want To Public License
509 stars 64 forks source link

How do I customize my own dataset? #18

Open zhenzi0322 opened 1 year ago

zhenzi0322 commented 1 year ago

I trained by customizing my own dataset, but I am not sure how to customize it. I have also tried using numpy to parse the cifar10.train.npz dataset, but it still didn't work out well

daqiudi commented 10 months ago

I trained by customizing my own dataset, but I am not sure how to customize it. I have also tried using numpy to parse the cifar10.train.npz dataset, but it still didn't work out well

you can update new dataloder and it is ok to trian your own data