one_batch | R Documentation |
One batch
one_batch(object, convert = FALSE, ...)
object |
data loader |
convert |
to R matrix |
... |
additional parameters to pass |
tensor
## Not run:
# get batch from data loader
batch = dls %>% one_batch()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.