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

Test the Trained Network: calculate and print avg test loss #400

Open
felipeLx opened this issue Jul 3, 2022 · 0 comments
Open

Test the Trained Network: calculate and print avg test loss #400

felipeLx opened this issue Jul 3, 2022 · 0 comments

Comments

@felipeLx
Copy link

felipeLx commented Jul 3, 2022

Have a typo on the code. On the part of #calculate and print avg test loss

Don't exist the variable "classes", looks that should be "class_total" instead.

On for loop / else condition. Now it's:
print('Test Accuracy of %5s: N/A (no training examples)' % (classes[i]))\n"

But looks that should be:
print('Test Accuracy of %5s: N/A (no training examples)' % (class_total[i]))

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