How to preprocess data using NVTabular and Dask on multiple GPUs

Summary

Multi-GPU machines are becoming much more common. Training deep learning models across multiple-GPUs is something that is often discussed.

But what about preprocessing data by leveraging the resources of more than a single GPU?

NVTabular + Dask makes this super easy!

Link

https://medium.com/nvidia-merlin/how-to-preprocess-data-using-nvtabular-on-multiple-gpus-26b4618b941e

2 Likes