-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
Currently running the adaptive HyperNEAT example using device = "cuda:0"
Population size: 100
Elitism: 10%
No multiprocessing
It runs okay for several generations, up until the following exception is thrown from the cppn.py
Any help to sort out this issue is appreciated.
File "/pytorch_neat/cppn.py", line 108, in __call__
return self.get_activs(shape)
File "/pytorch_neat/cppn.py", line 93, in get_activs
self.activs = self.activate(xs, shape)
File "/pytorch_neat/cppn.py", line 87, in activate
raise Exception("Failed to activate node {}".format(self.name))
Exception: Failed to activate node delta_w
Metadata
Metadata
Assignees
Labels
No labels