w86763777/pytorch-ddpm

Training the model use custom datasets

chensongloose opened this issue · 2 comments

Hello! Thanks for your great work! Excuse me, If I want to train custom datasets, how do I prepare the datasets and where do I modify the code?
Looking forward to your reply

You need to write a custom pytorch dataset and update this line. If your image size is not 32x32, you also need to update model.py to fit your use case.

Since there are no further questions, this issue is now closed.