For those that use the neural network package (conx.py) in Pyro, you might want to update from the latest Pyrobot 5.0.0 (either from tar file, or CVS). We recently found a memory leak in modern Numeric versions and have provided a work-around in our code.

(The problem was a memory leak in the Numeric function tolist(). We have changed all calls from .tolist() to .copy() and that seems to have eliminated the memory leak).

-Doug

updates available from:
http://pyrorobotics.org/download/
http://pyrorobotics.org/?page=PyroDeveloperCVS
_______________________________________________
Pyro-users mailing list
Pyro-users@pyrorobotics.org
http://emergent.brynmawr.edu/mailman/listinfo/pyro-users

Reply via email to