Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • it actually learns, then it suddenly fails. maybe that's a sign of exploding gradients--I'm still trying to learn the intuition. But for now, I excluded the first 4K batches and it seems to continue to learn just fine. maybe it's a problem with an input tensor with domain out of bounds, or an alpha channel? I'm using tf.image.decode_jpeg() in my preprocessing code Commented Mar 12, 2020 at 7:55
  • [SOLVED]: it was an all black input image that caused a divide by zero error in the domain scaling code. Commented Mar 13, 2020 at 0:38