Ask Your Question

simon2015's profile - activity

2015-06-30 02:14:38 -0600 commented question Is there a way to save and restore trained neural network weights in python

opencv 2.4.11

2015-06-08 10:23:08 -0600 asked a question Is there a way to save and restore trained neural network weights in python

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?