Skip to content

Problem with L-BFGS training #13

@tbluche

Description

@tbluche

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions