How to set up a plateau detector? #1388
souravraha
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to detect plateaus in metric values as I train a GAN progressively. Once a plateau is reached, I would activate subsequent layers for training on bigger images.
Here is how I am thinking of implementing this:
Am I missing a better way to go about doing this?
Beta Was this translation helpful? Give feedback.
All reactions