View source: R/dataset_methods.R
dataset_shard | R Documentation |
This dataset operator is very useful when running distributed training, as it allows each worker to read a unique subset.
dataset_shard(dataset, num_shards, index)
dataset |
A dataset |
num_shards |
A integer representing the number of shards operating in parallel. |
index |
A integer, representing the worker index. |
A dataset
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.