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

Documentation on which is the actual label vs predicted in learn.show_results() is missing #4011

Open
hwasiti opened this issue Feb 29, 2024 · 2 comments

Comments

@hwasiti
Copy link

hwasiti commented Feb 29, 2024

learn.show_results() function does not show which label is the ground truth and which is the prediction. This was there in fastai v1 but seems in the last version at some point has been dropped.

In fastai v2:
image

fastai v1:
image

Please add those labels back and/or add this information to the documentation:
• The upper label is the ground truth (actual) class.
• The lower label is the model’s prediction.

@hwasiti hwasiti changed the title Documentation on which is the actual label vs predicted in learn.show_results() Documentation on which is the actual label vs predicted in learn.show_results() is missing Feb 29, 2024
@myenugula
Copy link
Contributor

Could you please add a reproducible code. I can help with this

@hwasiti
Copy link
Author

hwasiti commented Mar 5, 2024

The official tutorial can be run and will show the issue:
https://docs.fast.ai/tutorial.vision.html

image

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

2 participants