ganhacks icon indicating copy to clipboard operation
ganhacks copied to clipboard

How to handle failure mode

Open solomatov opened this issue 6 years ago • 3 comments

What's the best practice for handling failure mode, i.e. when the discriminator or the generator has 0 loss. Should we just terminate learning and debug the algorithm? Or should we rollback a couple of epochs back and continue training from there?

solomatov avatar May 15 '18 01:05 solomatov

@solomatov : Do you find the solution? I have same issue as you

John1231983 avatar May 18 '19 15:05 John1231983

@John1231983 No, eventually I fixed the algorithm, but I don't remember what I did there.

solomatov avatar May 18 '19 16:05 solomatov

@John1231983 If you are interested, it's here: https://github.com/solomatov/cs231n-project

solomatov avatar May 18 '19 16:05 solomatov