Description Usage Arguments Value
creates a generator for training
1 2 3 4 5 6 7 8 | make_generator(
input_x,
input_y = NULL,
batch_size,
sizes,
shuffle = TRUE,
seed = 42L
)
|
input_x |
list of matrices |
input_y |
list of matrix |
batch_size |
integer |
sizes |
sizes of the image including colour channel |
shuffle |
logical for shuffling data |
seed |
seed for shuffling in generators |
generator for all x and y
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.