neat-python
neat-python copied to clipboard
Manually Loading Weights
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.
I'm looking to do the same. Did you find any solution?