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 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"
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
BigDL model
Load tensorflow checkpoints
Load tensorflow checkpoints
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"
model loaded from path
Java based serialization not recommended any more, please use loadModule instead