Hi @Kic
Thank you for your help. I have fixed that line of code but now I get this new error:
If I type "crit_fake_pred - crit_real_pred " instead of “crit_real_pred - crit_fake_pred” the unit test gives it as valid. Another discussion says that the correct order is “crit_real_pred - crit_fake_pred”. I’m confused, could you explain the meaning of this, please?
The other discussion: Critic Loss Function