ModelValidator provides an integrated example to load models,
and test over imagenet validation dataset
(running as a local Java program, or a standard Spark program).
This is a trait meaning the model type.
There are three sorts of model type, which
are torch model TorchModel, caffe model
CaffeModel and BigDL model BigDlModel.
ModelValidator provides an integrated example to load models, and test over imagenet validation dataset (running as a local Java program, or a standard Spark program).