Load model from path.
Load model from path.
numeric type
path to save module, local file system, HDFS and Amazon S3 is supported. HDFS path should be like "hdfs://[host]:[port]/xxx" Amazon S3 path should be like "s3a://bucket/xxx"
: where weight is stored
An Analytics Zoo model.
Load BigDL model from path.
Load BigDL model from path.
numeric type
path to save module, local file system, HDFS and Amazon S3 is supported. HDFS path should be like "hdfs://[host]:[port]/xxx" Amazon S3 path should be like "s3a://bucket/xxx"
: where weight is stored
model loaded from path
Loaf caffe trained model from prototxt and weight files
Loaf caffe trained model from prototxt and weight files
caffe model definition file path
caffe model binary file containing weight and bias
Load TensorFlow model from exported folder.
Load TensorFlow model from exported folder.
The folder path which contains 'frozen_inference_graph.pb' and 'graph_meta.json'.
model loaded from path
Load tensorflow model from its saved protobuf file.
Load tensorflow model from its saved protobuf file.
where is the protobuf model file
input node names
output node names, the output tensor order is same with the node order
byte order in the tensorflow file. The default value is little endian
where is the model variable file
model loaded from path
Load tensorflow checkpoints
Load tensorflow checkpoints
Load Torch model from path.
Load Torch model from path.
numeric type
path to load module, local file system, HDFS and Amazon S3 is supported. HDFS path should be like "hdfs://[host]:[port]/xxx" Amazon S3 path should be like "s3a://bucket/xxx"
model loaded from path