Hi,
Am wondering if an older version of pyro (4.9.2) used to support:
# create a network, suppose its named 'n'
n = ...
(err, correct, total) = n.sweep()
The reason I ask is that I've inherited some working code that makes
this call and thus doesn't run because the "unpack" fails. The fix is
to add an extra argument, e.g.
(err, correct, total, ignore) = n.sweep()
I'm new to pyro, Python, and the inherited code, so want to make sure
this kind of update is in fact the way to proceed.
Thanks,
--b
_______________________________________________
Pyro-users mailing list
[email protected]
http://emergent.brynmawr.edu/mailman/listinfo/pyro-users