com.intel.analytics.bigdl.example.imageclassification
ByteImage is case class, which represents an object of image in byte format.
ByteImage is case class, which represents an object of image in byte format.
image byte data
image name
It is used to store single data frame information
It is used to store single data frame information
extracted features after the transformers
image name
This is a trait meaning the model type.
This is a trait meaning the model type. There are two sorts of model type, which are torch model TorchModel and BigDL model BigDlModel.