Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error in the Demo #3

Closed
fizamurtaza opened this issue Feb 8, 2017 · 4 comments
Closed

Error in the Demo #3

fizamurtaza opened this issue Feb 8, 2017 · 4 comments

Comments

@fizamurtaza
Copy link

Hello

I want to run demo using this command line
python retrieve_proposals.py data/demo_input.csv data/demo_c3d.hdf5 data/class_induced_thumos14.pkl data/demo_proposals.csv

But I am getting following error
error

Although I have installed all the dependencies (as far as I know) which you mentioned in description but still I don't know how to solve this problem. Also I am new in Python and I am facing problem in understanding the error.
Kindly help me to remove this error.

Thanks in advance
Fiza Murtaza

@cabaf
Copy link
Owner

cabaf commented Feb 9, 2017

Hi Fiza,

Thanks for your interest in our work.

Unfortunately the traced error is not much informative due to the crash occurred inside a Parallel job. Try to reproduce the error in sequential mode: set n_jobs to 1 in this line and report back if the error persists.

@fizamurtaza
Copy link
Author

Thank you for your kind reply.
Following error I got after setting n_jobs to 1 in https://github.com/cabaf/sparseprop/blob/master/sparseprop/retrieve.py#L108

image

@cabaf
Copy link
Owner

cabaf commented Feb 10, 2017

Thanks for reporting back. It seems SPAMs does not support the parameter linesearch_mode on windows. You can remove that key from the parameters dictionary: after this line write del params['linesearch_mode']. Let us know if it solves the problem.

@fizamurtaza
Copy link
Author

Thank you so much Fabian 👍
Yes byy writing
del params['linesearch_mode'] after line https://github.com/cabaf/sparseprop/blob/master/sparseprop/retrieve.py#L100
solved the problem Thanks God :)

How I can learn coding in Python? Can you send me the tutorial links from where I can learn from very start??
Also Why you preferred Python over Matlab?

@cabaf cabaf closed this as completed Feb 10, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants