Machine-Learning-Collection
Machine-Learning-Collection copied to clipboard
Small error in pix2pix for anime dataset
Hey, wanted to let you know that in your pix2pix implementation, when using the anime set, the target image is actually on the left side, instead of the right. So you'll have to switch Column 22/23 in dataset.py. Might wanna add that to the readme or sth. Otherwise really nice implementation and thanks for providing this!