Created
May 18, 2011 14:11
-
-
Save bayerj/978641 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Traceback (most recent call last): | |
| File "/usr/local/bin/alchemy", line 7, in <module> | |
| execfile(__file__) | |
| File "/home/bayerj/laboratory/alchemy/scripts/alchemy", line 75, in <module> | |
| main(args.configfile, args.n_processes, args.root_path, args.std_redirect)) | |
| File "/home/bayerj/laboratory/alchemy/scripts/alchemy", line 47, in main | |
| for job in iterable: | |
| File "/home/bayerj/laboratory/alchemy/alchemy.py", line 52, in run | |
| f(**config) | |
| File "/home/bayerj/laboratory/laboratory/recnca.py", line 103, in run | |
| for error in opt: | |
| File "/home/bayerj/laboratory/precision/precision/optimize.py", line 285, in fmin_rprop | |
| grad = fprime(*thispars) | |
| File "/home/bayerj/laboratory/laboratory/recnca.py", line 74, in jacob_total | |
| model_grad = scipy.asarray(jacob_model(p, i)) | |
| File "/home/bayerj/laboratory/precision/precision/common.py", line 404, in inner | |
| results.append(f(*thisargs)) | |
| File "/home/bayerj/laboratory/precision/precision/common.py", line 381, in inner | |
| return func(*args) | |
| File "/home/bayerj/laboratory/precision/precision/model/structure.py", line 303, in inner | |
| js = func(*args) | |
| File "/home/bayerj/theanoscan/theano/compile/function_module.py", line 603, in __call__ | |
| gof.link.raise_with_op(self.fn.nodes[self.fn.position_of_error]) | |
| AttributeError: 'Loop' object has no attribute 'position_of_error' | |
| bayerj@funky:~/laboratory/configs$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment