Connecting Hub Datasets to machine learning frameworks such as PyTorch and TensorFlow.
You can connect Hub Datasets to popular ML frameworks such as PyTorch and TensorFlow using minimal boilerplate code, and Hub takes care of the parallel processing!
PyTorch
You can train a model by creating a PyTorch DataLoader from a Hub Dataset using ds.pytorch() .