package cntk
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
class
CNTKFunctionParam extends ComplexParam[SerializableFunction] with ParamEquality[SerializableFunction]
Param for ByteArray.
Param for ByteArray. Needed as spark has explicit params for many different types but not ByteArray.
- class CNTKModel extends Model[CNTKModel] with ComplexParamsWritable with HasMiniBatcher with HasFeedFetchDicts with Wrappable with BasicLogging
-
class
ImageFeaturizer extends Transformer with HasInputCol with HasOutputCol with Wrappable with ComplexParamsWritable with BasicLogging
The
ImageFeaturizerrelies on a ONNX model to do the featurization.The
ImageFeaturizerrelies on a ONNX model to do the featurization. One can set this model using thesetOnnxModelparameter with a model you create yourself, orsetModelto get a predefined named model from the ONNXHub.The
ImageFeaturizertakes an input column of images (the type returned by theImageReader), and automatically resizes them to fit the ONNXModel's inputs. It then feeds them through a pre-trained ONNX model.
Value Members
- object CNTKModel extends ComplexParamsReadable[CNTKModel] with Serializable
- object ConversionUtils
- object ImageFeaturizer extends ComplexParamsReadable[ImageFeaturizer] with Serializable