-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
perf(preprocessing): better performance #12
Conversation
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #12 +/- ##
==========================================
+ Coverage 17.28% 17.36% +0.08%
==========================================
Files 28 28
Lines 3142 3150 +8
Branches 340 311 -29
==========================================
+ Hits 543 547 +4
- Misses 2589 2600 +11
+ Partials 10 3 -7
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…reprocess_tweaks
@allcontributors GarrettConway code |
I could not determine your intention. Basic usage: @all-contributors please add @Someone for code, doc and infra For other usages see the documentation |
@allcontributors add GarrettConway code |
I've put up a pull request to add @GarrettConway! 🎉 |
@allcontributors add 34j example, infra, maintenance, review, test, tutorial, promotion, bug |
I've put up a pull request to add @34j! 🎉 |
np.save(f0_path, f0) | ||
else: | ||
LOG.info(f"Skip {filepath} because {f0_path} exists.") | ||
torch.cuda.empty_cache() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice. Thank you for finding that.
No description provided.