Skip to content

Training problem #9

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

Open
lircsszz opened this issue Jun 16, 2023 · 2 comments
Open

Training problem #9

lircsszz opened this issue Jun 16, 2023 · 2 comments

Comments

@lircsszz
Copy link

Hello, I found an issue while using this network to train my own dataset. As the training progresses, when it reaches around 20 epochs, I noticed that the network's predictions for each sample tend to be close to the same value, around 5. At this point, the sum of all training samples multiplied by their predicted values equals the sum of their label values. I believe the network did not learn properly for each sample and its corresponding label, but when I printed out the sample names and corresponding labels, there was no issue. Have you encountered a similar issue before?

@avoyorooms
Copy link

were you able to resolve the issue?

Hello, I found an issue while using this network to train my own dataset. As the training progresses, when it reaches around 20 epochs, I noticed that the network's predictions for each sample tend to be close to the same value, around 5. At this point, the sum of all training samples multiplied by their predicted values equals the sum of their label values. I believe the network did not learn properly for each sample and its corresponding label, but when I printed out the sample names and corresponding labels, there was no issue. Have you encountered a similar issue before?

@SDIDSA
Copy link

SDIDSA commented Oct 4, 2024

anyone figured why that happens ?

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

3 participants