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

About memory leak #12

Open
TLB-MISS opened this issue Oct 8, 2024 · 0 comments
Open

About memory leak #12

TLB-MISS opened this issue Oct 8, 2024 · 0 comments

Comments

@TLB-MISS
Copy link

TLB-MISS commented Oct 8, 2024

First of all, thank you for providing good code.

I think there is a memory leak in get_processed_features function in the demo.
Each call consumes memory(about 3GB) far exceeding the return value(about 10MB).
I'm guessing something keeps eating VRAM every time process_features_and_mask is called(Not sure), any ideas on how to fix this?

Thanks.

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