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

AudioSet: terminate called after throwing an instance of 'std::bad_alloc' #442

Open
adelavega opened this issue Feb 18, 2021 · 0 comments
Open
Labels

Comments

@adelavega
Copy link
Member

AudioSet extractor is throwing this error on NND dataset:

2021-02-18 00:08:38.655266: W tensorflow/core/framework/cpu_allocator_impl.cc:81] Allocation of 12642648064 exceeds 10% of free system memory.
2021-02-18 00:11:34.221063: W tensorflow/core/framework/cpu_allocator_impl.cc:81] Allocation of 15169486848 exceeds 10% of free system memory.
2021-02-18 00:11:36.481313: W tensorflow/core/framework/cpu_allocator_impl.cc:81] Allocation of 15169486848 exceeds 10% of free system memory.
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
Aborted (core dumped)

Seems like my like its just running out of memory but it also had about 70 GB free when this happened.

@adelavega adelavega added the bug label Feb 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant