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
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