Is there a way to save and restore trained neural network weights in python

asked 2015-06-08 10:09:08 -0600

I know how to save and load trained neural network parameters/weights in c++ using cv::FileStorage.

However, there doesnt appear to be a similar method in python. Is this correct? If so, how would one save and reload trained parameters/weights in python?

edit retag flag offensive close merge delete

Comments

opencv version ?

berak gravatar imageberak ( 2015-06-09 01:42:01 -0600 )edit

opencv 2.4.11

simon2015 gravatar imagesimon2015 ( 2015-06-30 02:14:38 -0600 )edit