-
Notifications
You must be signed in to change notification settings - Fork 1
📝 Added speed comparison to other data loaders #36
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
base: main
Are you sure you want to change the base?
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #36 +/- ##
=======================================
Coverage 84.42% 84.42%
=======================================
Files 8 8
Lines 520 520
=======================================
Hits 439 439
Misses 81 81 🚀 New features to boost your workflow:
|
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.
- The notebook link for consolidating the runs i.e., "Benchmark results" does not work
- I really think this should be a notebook with no dependencies, assuming what you've posted here is supposed to be a quick-run (see point 1., I have no way of knowing). We should use
juv
to create a self-contained notebook that has its dependnencies listed and can be run quickly modulo downloading a small dataset from lamin.
> This package does not have a stable API. However, we do not anticipate the on-disk format to change as it is simply an | ||
> anndata file. |
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.
> This package does not have a stable API. However, we do not anticipate the on-disk format to change as it is simply an | |
> anndata file. | |
> This package does not have a stable API. However, we do not anticipate the on-disk format to change as it is simply an anndata file. |
why the change?
For performance reasons, you should use our dataloader directly without wrapping it into a {class} | ||
`torch.utils.data.dataloader`. |
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.
For performance reasons, you should use our dataloader directly without wrapping it into a {class} | |
`torch.utils.data.dataloader`. | |
For performance reasons, you should use our dataloader directly without wrapping it into a {class}`torch.utils.data.dataloader`. |
If you are interested in contributing this feature to the project or leaning more, please get in touch | ||
on [zulip](https://scverse.zulipchat.com/) or via the GitHub issues here. |
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.
Please resolve all these linebreak issues
Added speed comparison benchmarks against other data loaders to README.