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

conf_mat calculation by GPU #220

Open
wants to merge 2 commits into
base: pytorch-v1.1
Choose a base branch
from
Open

Conversation

ghzgt
Copy link

@ghzgt ghzgt commented Apr 24, 2021

the original conf_mat calculation method costs too much when transfer data back to cpu.
And this makes v100 falls into some kind of stall, when GPU Mem is used more than 20GB.
I added the the conf_mat calculation method by torch api using GPU. This imporves the efficiency in each testing or validating.
Hope you can merge this into your official repo.

@ghzgt ghzgt changed the title Pytorch v1.1 conf_mat calculation by GPU Apr 24, 2021
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.

None yet

1 participant