com.microsoft.ml.spark
Class for downloading models from a server to Local or HDFS
Exception returned if a repo cannot find the file
Class representing the schema of a CNTK model
name of the model architecture
dataset the model was trained on
type of problem the model is suited for eg: (image, text, sound, sentiment etc)
location of the underlying file (local, HDFS, or HTTP)
sha256 hash of the underlying file
size in bytes of the underlying file
the node which represents the input
the number of layers of the model
the names nodes that represent layers in the network
Abstract representation of a schema for an item that can be held in a repository
Class representing the schema of a CNTK model
name of the model architecture
dataset the model was trained on
type of problem the model is suited for eg: (image, text, sound, sentiment etc)
location of the underlying file (local, HDFS, or HTTP)
sha256 hash of the underlying file
size in bytes of the underlying file
the node which represents the input
the number of layers of the model
the names nodes that represent layers in the network