-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add options to prep for how vak.io.audio.to_spect
calls dask.bag
#611
Conversation
@kalleknast this is still a work in progress, just tagging you to let you know I at least made it to the stage of draft pull request. Need to fix test failures but overall this is what the functionality will look like: adding a new option to the I really appreciate the work you did testing whether we could figure this out for a user with Will tag you again when I'm ready for you to test whether this solves your issue on your machine, thank you! |
17de60b
to
0e3ab1f
Compare
0e3ab1f
to
aea6fab
Compare
Hi @kalleknast, I tried running this locally on the sample data you provided, but I am getting an error that I'll paste below. I'll also attach the .toml config file I'm using. I tried with Could you please test and let me know if the fix works for you? I think I have basically implemented it as you suggested originally, so I'm wondering if the error is machine specific. I can also test on a machine with more CPUs / RAM in the next couple of days. config: Error is: concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending. as in #580 Full traceback:
|
Codecov ReportBase: 93.21% // Head: 93.21% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## main #611 +/- ##
=======================================
Coverage 93.21% 93.21%
=======================================
Files 66 66
Lines 2490 2490
=======================================
Hits 2321 2321
Misses 169 169 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
It worked fine (although when I try to re-run it, I keep getting a |
Great, thank you @kalleknast for testing. I have another feature branch in progress but once I merge that I can do a release so it's easier to install. Appreciate your input and help testing. |
@all-contributors please add @kalleknast for bugs ideas |
I've put up a pull request to add @kalleknast! 🎉 |
Fixes #580