Callback that gets executed at the end of cross validation.
1 2 | on_train_cross_validation_end(sess, index, average_error, num_samples,
num_minibatches)
|
sess |
Session instance on which to perform the operation |
index |
(int): index of the current callback. |
average_error |
(float): average error for the cross validation |
num_samples |
(int): number of samples in cross validation |
num_minibatches |
(int): number of minibatch in cross validation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.