You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: