You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
There are a few tweaks there wrt the development head that make PyAutoDiff work better, I'm hoping that those changes will be merged to Theano master soon, and then I'll update the ipam-tutorial README.md with installation instructions.
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 (?)
The text was updated successfully, but these errors were encountered: