[Pyro-users] Error in deep copying neural network

2008-08-19 Thread Dave Zoltok
Hi everyone! I'm working on a dissertation involving evolved neural controllers for robots. I have my experiment running on my own computer, but on my school's computers, I get the traceback shown below. Each robot is meant to react to one of several sets of input based on the output

Re: [Pyro-users] Error in deep copying neural network

2008-08-19 Thread Douglas Blank
Dave, I didn't follow exactly what you are trying to do, but if you can avoid deepcopy() that is probably a good idea. If you just want to clone a network, you might take a look at the arrayify functions. It assumes that you have the correct structure (layer sizes and connections) and will