All Questions
Tagged with training-error keras
4 questions
2
votes
0
answers
81
views
Strange behaviour of training accuracy and loss function
Firstly, I want to mention that I am not looking for suggestions to improve the training accuracy of my NN. The only purpose of this question is to know what might be causing the peculiar behaviour ...
2
votes
1
answer
518
views
Tensorflow loss and accuracy during training weird values [closed]
I am doing some testing with tensorflow, and I bumbed into a very weird behaviour.
Here is my code
...
1
vote
1
answer
563
views
Building a neural network with two training paths in Keras [closed]
I am trying to build a NN in Keras with two different output paths where the first path informs the second. The first path passes its loss to the end of the second path, like so:
Pass through layer A ...
0
votes
0
answers
838
views
Custom TF 2.0 training loop performing considerably worse than keras fit_generator - can't understand why
In trying to better understand tensorflow 2.0, I am trying to write a custom training loop to replicate the work of the keras fit_generator function. In my head, I have replicated the steps ...