Can I run my jupyter notebook that contains seaborn code on GPU?

后端 未结 3 2042
一整个雨季
一整个雨季 2021-01-25 04:08

I have CUDA compatible GPU (Nvidia GeForce 1060) in my system. While analyzing a bigger dataset, I often have to use pair plot function of the seaborn library, it consumes a lot

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-25 04:26

    Yes, you totally can! But just not with seaborn.

    You can use the RAPIDS library and ecosystem (cudf and the GPU accelerated visualization library cuxfilter, with its connections to holoviews, datashader, and plot.ly dash api). Here is a great quick start guide to cuxfilter: https://docs.rapids.ai/api/cuxfilter/stable/10%20minutes%20to%20cuxfilter.html

    Here is a blog of cuxfilter with dash api: https://medium.com/rapids-ai/plotly-census-viz-dashboard-powered-by-rapids-1503b3506652

    We're about to do a tutorial at JupyterCon this week, if you have time to see it. https://cfp.jupytercon.com/2020/schedule/presentation/242/using-rapids-and-jupyter-to-accelerate-visualization-workflows/

提交回复
热议问题