Closed d4nst closed 7 years ago
Great idea, and if someone wants the old functionality they can just duplicate the kwargs several times. Needs some tweaks to pass travis (see review). I'm away this week if you want to make the changes yourself. Otherwise, I'll try to put this in next weekend.
Agree with your review. Just made a commit with the changes.
Tests look good. Thanks a lot!
Adding this option would be useful to implement models where the discriminator and generator losses have different weights.
For example, the BEGAN loss function:
could be implemented by passing a symbolic variable
kt
as a loss weight for the discriminator that could be updated in a callback: