Using this for a custom task/dataset
Closed this issue · 1 comments
balag59 commented
Hi,
Thank you for your amazing work! I'm working on an image to image translation task, from sketches of faces to their corresponding photos. Would this work well on this task and type of data? If yes, how would I go about training with a custom dataset?
Thanks!
xh-liu commented
Hi,
To adapt this approach to your task, you need to write your custom dataloader in folder "data/", and change necessary hyperparams (e.g., the dimension of the input label map).