-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
关于训练中的问题 #14
Comments
@Xumaster1 图1这种情况一般是网络的weight没有加载(而用了随机初始化参数)导致的,看检查一下log输出,有没有正确load weight。 GAN训练的话个人经验是只要D和G的loss别一下子失衡太厉害就行。 basis font的选择一般只需要考虑全面性就可以了,对结果影响没这么大(我们试过随机生成几组,效果都挺好的)。不过由于大多数字体都是骨架相对形变不大的,推荐还是在basis font加入一款标准字体(比如宋)。 |
你好 我把img_size =128 chara_size=80 调整后, 也出现了上面非黑白的情况, 求解答。 我模型是loaded了 |
你好,我想请问一下,这个代码是否可以生成句子式的文字,而不是单个文字? |
我也出现这个问题了,网络的weight没有加载是指03f_run_ddp_cf.sh时候还是04a_run_inf_cf.sh的时候? |
你好,我看原文中提到利用了8张V100,请问复现的时候需要这么大的算力么? |
不用那么多,两张3090印象里一两天就够了,8张v100是为了跑对比实验快点。
2025-01-11 15:05:34 "yueyuemoon" ***@***.***> 写道:
你好,我看原文中提到利用了8张V100,请问复现的时候需要这么大的算力么?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
您好,非常感谢您开源的代码,但我在训练时遇到了一些问题,希望您得空拨惑。
整个训练结束后,模型对于unseen的字体生成效果非常不好,效果是这样的:
我看了dgfont的训练曲线,发现这里好像是正常的:
但cffont的训练的曲线就成这样了:
这种情况是否跟basis font的选取有关系呢,我选取了十种随机的basisfont
The text was updated successfully, but these errors were encountered: