- class importer.CaffeLoader(model, weights=None)¶
Translates a Caffe model to Acuity formats.
- __init__(model, weights=None)¶
- Parameters:
model – The file path of the imported Caffe model file, a .prototxt file.
weights – The file path of the imported weights file, a .caffemodel file.
- load(proto='caffe')¶
Load Caffe model.
- Parameters:
proto – The protocol used by the CaffeLoader, ‘caffe’ for the standard Caffe format protocal, ‘lstm_caffe’ for the LSTM layer protocal.
- Returns:
Acuity network.