About training loss, Where is the Gradient Penalty? #478
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?
Thanks for releasing the excellent work. I have some questions about the training loss.
Where is the Gradient Penalty? I found some logs about "Gradient Penalty", e.g., D_GP in the released ckpt, but I cannot find code in the projected_model.py.
Also, a found a gp implementation in fs_model.py, but it was not use for training.