Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outputs always converge to wrong values #3

Open
georgenardes opened this issue Oct 20, 2020 · 0 comments
Open

Outputs always converge to wrong values #3

georgenardes opened this issue Oct 20, 2020 · 0 comments

Comments

@georgenardes
Copy link

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?

@georgenardes georgenardes changed the title Outputs always converge to a wrong values Outputs always converge to wrong values Oct 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant