shoutOutYangJie / Morph-UGATIT

a morph transfer UGATIT for image translation.
61 stars 12 forks source link

About using average weights #9

Open xyimaging opened 2 years ago

xyimaging commented 2 years ago

Thanks for your good work!

In the s_ugatit_plus.py, you added a using_avg_w_forward function but didn't use it. I'm curious if you have any ablation studies or insight about this? Will generating w via averaging z from multi-layer MLP leads to a better or more stable result? Thanks!

xyimaging commented 2 years ago

correct a mistake: it should be multiple Z from the same MLP, not Z from different layers of MLP