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

[DOC] Provide examples gallery as in scikit-image #487

Open
grlee77 opened this issue Jan 25, 2023 · 1 comment
Open

[DOC] Provide examples gallery as in scikit-image #487

grlee77 opened this issue Jan 25, 2023 · 1 comment
Labels
doc Improvements or additions to documentation

Comments

@grlee77
Copy link
Contributor

grlee77 commented Jan 25, 2023

scikit-image provides a nice gallery of examples (built via sphinx-gallery).

It would be nice to provide a parallel version of this gallery to illustrate how the cuCIM API can also be used to produce the same result. There are a subset of examples we cannot currently implement due to incomplete coverage, but more than half should be doable with our current API.

One drawback is that the data used in all of these examples tend to be very small. Additionally we have to transfer any results back to the host to plot via matplotlib. Combined these will lead to the examples not really illustrating the benefit of GPU acceleration. I think they are still useful as usage examples, though. We already have the benchmarks folder with scripts there to measure relative performance of operations on CPU vs. GPU.

@grlee77 grlee77 added the doc Improvements or additions to documentation label Jan 25, 2023
@jakirkham
Copy link
Member

Possibly some relevant learnings in issue ( rapidsai/cloud-ml-examples#203 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants