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

Validation for weights tensor to have same number of classes as the number of annotated classes #187

Open
rajasriramoju opened this issue Jul 31, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rajasriramoju
Copy link

In the test data that was annotate by Rama, we had 4 classes annotated, and when we tried to train the model, the weights from a previous training run were used, which had 2 values due to 2 classes. There was no validation done to match the new number of annotated classes, but the training fails. A check needs to placed to match the number of classes and weights.

@rajasriramoju rajasriramoju added the bug Something isn't working label Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant