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

Update mean IoU in segformer example #2039

Merged
merged 1 commit into from
May 1, 2024

Conversation

qubvel
Copy link
Member

@qubvel qubvel commented May 1, 2024

This PR update mean IoU metric usage for segformer fine-tuning example. evaluate library has been updated and an issue with the slow compute() method is now resolved (huggingface/evaluate#569).

Instead of metric._compute(...) we can now use metric.compute(...).

cc @NielsRogge

Copy link
Contributor

@NielsRogge NielsRogge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@NielsRogge NielsRogge merged commit dc6b5d0 into huggingface:main May 1, 2024
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

Successfully merging this pull request may close these issues.

2 participants