Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Ranjan's user avatar
  • 121
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 ...
Dave's user avatar
  • 149
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 ...
Alex's user avatar
  • 497
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 ...
actuary_meets_data's user avatar