make_generator | R Documentation |
creates a generator for training
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.