Callback that gets executed at the end of cross validation.
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 |