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

IndexError in evaluation/predict.py (classifier.py) #5

Open
sgagnon-tootelo opened this issue Mar 21, 2018 · 1 comment
Open

IndexError in evaluation/predict.py (classifier.py) #5

sgagnon-tootelo opened this issue Mar 21, 2018 · 1 comment

Comments

@sgagnon-tootelo
Copy link

Hello twerkmeister, sorry if is trivial, is my first experience with caffe, I succede to preprocessing the audios, trained it with Berlin_net model, but at the evaluation step I get:

Traceback (most recent call last):
File "predict.py", line 47, in
predict(args.input, args.proto, args.model, args.output)
File "predict.py", line 20, in predict
raw_scale=255 # convert 0..255 values into range 0..1
File "/home/sylvain/caffe/python/caffe/classifier.py", line 29, in init
in_ = self.inputs[0]
IndexError: list index out of range

I put the complete log in attachment... If someone can help me. Thanks
output.log

@deibraz-free
Copy link

Still no response, ehh?

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