-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Hi,
I've installed everything on my computer and tried to run the scripts of today's session, and that works fine until L-BFGS. I have the error below. This actually happens in autodiff code, maybe I don't have the right version (?)
Starting L-BFGS
Traceback (most recent call last):
File "train_svm.py", line 72, in <module>
sys.exit(main())
File "train_svm.py", line 64, in main
m=lbfgs_m)
File "/usr/local/lib/python2.7/dist-packages/pyautodiff-0.0.1-py2.7.egg/autodiff/fmin_scipy.py", line 119, in fmin_l_bfgs_b
f_df, lvars = theano_f_df(fn, args, mode=theano_mode)
File "/usr/local/lib/python2.7/dist-packages/pyautodiff-0.0.1-py2.7.egg/autodiff/fmin_scipy.py", line 72, in theano_f_df
memo=dict(zip(orig_s_args, s_args)))
TypeError: clone_get_equiv() got an unexpected keyword argument 'memo'
Metadata
Metadata
Assignees
Labels
No labels