Closed ngthalogit closed 2 years ago
Thanks for your great job!
After train FAS, I try to plot the image generated from generator, but it does not work. Can you tell how to plot it correctly? Thanks
from torchvision.transforms.functional import to_pil_image from torchvision.utils import make_grid to_pil_image(make_grid(g_source))
Thanks for your great job!
After train FAS, I try to plot the image generated from generator, but it does not work. Can you tell how to plot it correctly? Thanks