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?
opencv version ?
opencv 2.4.11