You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have trained for more than 50 epochs with one single image and the output box doesn't get closer to the ground truth.
I think that it should overfit the data, but it is converging to a wrong value. I put a "K.print_tensor(y_pred[0, 3, 3])" in the loss function to see what is happening and the same values are predicted in all tries. The index [0,3,3] is the grid in which the object center is contained and should get closer to the y_true[0,3,3] values.
Has anyone got trough this like me?
The text was updated successfully, but these errors were encountered:
georgenardes
changed the title
Outputs always converge to a wrong values
Outputs always converge to wrong values
Oct 20, 2020
Hi everyone,
I have trained for more than 50 epochs with one single image and the output box doesn't get closer to the ground truth.
I think that it should overfit the data, but it is converging to a wrong value. I put a "K.print_tensor(y_pred[0, 3, 3])" in the loss function to see what is happening and the same values are predicted in all tries. The index [0,3,3] is the grid in which the object center is contained and should get closer to the y_true[0,3,3] values.
Has anyone got trough this like me?
The text was updated successfully, but these errors were encountered: