Description Usage Arguments Value Author(s) Examples
This is a generator function that yields batches of training data then pass the function to the "fit_generator" function.
1 | sampling_generator(X_data, Y_data, batch_size)
|
X_data |
inputs |
Y_data |
targets |
batch_size |
batch size |
generator for "fit_generator"
Dongmin Jung
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.