ecnuycxie / DG-Font

The pytorch implementation of DG-Font: Deformable Generative Networks for Unsupervised Font Generation
220 stars 48 forks source link

请教下validation.py中的x_res_ema与x_rnd_ema是分别指的什么,以测试保存的图怎么看它的意思 #56

Closed jingmingtao closed 1 year ago

jingmingtao commented 1 year ago

vutils.save_image(x_res_ema, os.path.join(args.res_dir, '{}EMA{}_{}{}.jpg'.format(args.gpu, epoch+1, src_idx, ref_idx)), normalize=True, nrow=(x_res_ema.size(0) // (x_src.size(0) + 2) + 1)) vutils.save_image(x_rnd_ema, os.path.join(args.res_dir, '{}RNDEMA{}_{}{}.jpg'.format(args.gpu, epoch+1, src_idx, ref_idx)), normalize=True,nrow=(x_res_ema.size(0) // (x_src.size(0) + 2) + 1)) 请教下validation.py中的x_res_ema与x_rnd_ema是分别指的什么,以测试保存的图怎么看它的意思,如下图: 0_EMA_1000_10 是左一列是风格,上一行是内容,剩下的模型模仿生产的吗