Difference between fs_model.py and projected_model.py under models folder #492
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hello,
Training code of the repository uses
models/projected_mode.pywhile the providedcheckpoints.zipinclude discriminator (D1 and D2) weights which correspond tofs_model.py;fs_model.py has two discriminators while projected_model.py has one.
Anyone knows the difference between those two and could let me know where to get the discriminator weight for
projected_model.pyversion?Best,
Junyeong Ahn