neat-python icon indicating copy to clipboard operation
neat-python copied to clipboard

Manually Loading Weights

Open blaeberry opened this issue 6 years ago • 1 comments

I have pretrained my network in Keras, and was looking to somehow take the saved h5 model and load that into NEAT-Python to do further training. Is there any way to do that? I was thinking about getting the actual connection weights, and then somehow loading those into a genome or something. Any ideas would be greatly appreciated.

blaeberry avatar Sep 28 '18 04:09 blaeberry

I'm looking to do the same. Did you find any solution?

tunstek avatar Feb 07 '19 08:02 tunstek