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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: