BVLC / caffe

Caffe: a fast open framework for deep learning.
http://caffe.berkeleyvision.org/
Other
33.96k stars 18.72k forks source link

Pycaffe edit convolution parameters of Convolution layer #6977

Closed JerrySciangula closed 3 years ago

JerrySciangula commented 3 years ago

Hi everyone,

I'm trying to import a pretrained network using pycaffe. I would like to know if there's a python API to access the convolution_param of a Convolution type layer.

I can retreive the layer I'm interested in but cannot modify the value of the parameters.

Could anyone help me? Thank you in advance.