Validator is an abstract class which is used to test a model automatically
with some certain validation methods such as Top1Accuracy, as an argument of
its test method.
T
numeric type, which can be Float or Double
D
the type of elements in DataSet, such as MiniBatch
Validator is an abstract class which is used to test a model automatically with some certain validation methods such as Top1Accuracy, as an argument of its
test
method.numeric type, which can be Float or Double
the type of elements in DataSet, such as MiniBatch