on_train_cross_validation_end: On Training Cross Validation End

Description Usage Arguments

Description

Callback that gets executed at the end of cross validation.

Usage

1
2
on_train_cross_validation_end(sess, index, average_error, num_samples,
  num_minibatches)

Arguments

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


joeddav/CNTK-R documentation built on May 6, 2019, 7:28 a.m.