All Questions
1 question
-1
votes
2
answers
85
views
Why did my style-transfer model suddenly stop learning after 3700/20000 batches?
continued from before: Why does my model work with `tf.GradientTape()` but fail when using `keras.models.Model.fit()`
I'm working on replicating the perceptual style transfer model as diagrammed ...