Hi, in the paper pseudocode, for Loss_d and Loss_g, the gradient ascent is turned into gradient descent by making the whole loss negative (negative signs in front of every term).
However, in the code, I don't see any of those negative signs. What am I missing?
Hi, in the paper pseudocode, for Loss_d and Loss_g, the gradient ascent is turned into gradient descent by making the whole loss negative (negative signs in front of every term).
However, in the code, I don't see any of those negative signs. What am I missing?
Thank you!