After listening to Jeremy’s lecture 13 on style transfer it is interesting to think that cycle GAN can be used for the same purpose end-to-end with a bit more training data required, still need to evaluate and study mode collapse in those experiments. Thank you Jeremy for another awesome lecture!! @jeremy
datasets were scraped from google image searches (using a script). I also added a few photos of my kids for fun
Total datasets are small ~400-500 images in each direction. I modified multiplicative factor of cyclic loss to assign more importance to cyclic loss rather than to the discrimination loss.
I also experimented with dropout, and number of ResNet blocks, mostly to learn the code details. Trained for 200 epochs (~12 hrs on aws p3 instance).
Really impressive! do you add any constraint when you scrape images from google, for example, add ‘portrait’ to artistic sketch to confine the images to be portrait and also confine the photos to be only portrait?