I'm doing some research in continual learning, and a HyperNEAT implementation would come in handy. I have tried many things, and for the life of me I cannot get this implementation to run.
When I use a modern version of torch, I get IndexError: tensors used as indices must be long, byte or bool tensors after running the simple example.
I'm not sure if I can install pytorch 0.4.0, and even if I did I don't think this version supports CUDA.
Does anyone know if there is a way I can use this implementation, otherwise are there any other implementations of HyperNEAT I can use out there?
I'm doing some research in continual learning, and a HyperNEAT implementation would come in handy. I have tried many things, and for the life of me I cannot get this implementation to run.
When I use a modern version of torch, I get
IndexError: tensors used as indices must be long, byte or bool tensorsafter running the simple example.I'm not sure if I can install pytorch 0.4.0, and even if I did I don't think this version supports CUDA.
Does anyone know if there is a way I can use this implementation, otherwise are there any other implementations of HyperNEAT I can use out there?