Description Usage Arguments Value Author(s) Examples
This is a generator function that yields batches of data with multiple inputs.
1 2 | multiple_sampling_generator(X_data, Y_data = NULL, batch_size,
shuffle = TRUE)
|
X_data |
list of multiple inputs |
Y_data |
targets (default: NULL) |
batch_size |
batch size |
shuffle |
whether to shuffle the data or not (default: TRUE) |
generator for "keras::fit_generator" or "keras::predict_genertor"
Dongmin Jung
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.