style-transfer-quality
style-transfer-quality copied to clipboard
pytorch style init needs transfer of tensor to cpu to convert to numpy
I succeeded to run it after changing line 63 to this
gen_hist.append(F.to_pil_image(gen_img.cpu().squeeze(0)))