An utility to load pre-trained caffe model from prototxt and binary and convert it to BigDL equivalent modules
A utility to convert BigDL model into caffe format and persist into local/hdfs file system
An abstract class to define interfaces when loading from/to caffe models Caffe supports two kinds of layer definition LayerParameter & V1LayerParameter Implementation V1LayerConverter and LayerConverter V1LayerParameter is not recommended any more but we need to support old-versioned model
Converter implementation for caffe recommended LayerParameter conversion
Converter implementation for caffe deprecated LayerParameter conversion