Skip to content
Snippets Groups Projects
Commit 72e8a7b3 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 8034e21c
Branches
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ class Trainer(object):
logging.debug("Calculated Pixel Loss")
loss_RaG = ra_gen(image_hr, fake)
logging.debug("Calculated Relativistic"
"Averate (RA) Loss for Generator")
"Average (RA) Loss for Generator")
disc_loss = ra_disc(image_hr, fake)
logging.debug("Calculated RA Loss Discriminator")
# gen_loss = percep_loss + lambda_ * loss_RaG + eta * l1_loss
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment