| CollabDataLoaders_from_dblock | R Documentation | 
Create a dataloaders from a given 'dblock'
CollabDataLoaders_from_dblock(
  dblock,
  source,
  path = ".",
  bs = 64,
  val_bs = NULL,
  shuffle_train = TRUE,
  device = NULL
)
| dblock | dblock | 
| source | source | 
| path | The folder where to work | 
| bs | The batch size | 
| val_bs | The batch size for the validation DataLoader (defaults to bs) | 
| shuffle_train | If we shuffle the training DataLoader or not | 
| device | device | 
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.