-
Notifications
You must be signed in to change notification settings - Fork 26
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
ValueError: too many values to unpack (expected 2) #3
Comments
train_and_predict_classification is yet not stable, use 'python UFCNN1.py Best regards, Dmitry Lukovkin On 16 March 2016 at 20:21, DeveloperAlgo [email protected] wrote:
|
Hi Dmitry, |
Hi Developer, Cheers,
|
OK, we are not 100% sure about signals yet, list of features, etc. And multiday training started working just now. |
Error occurs after the first run (50 epochs) is completed on the first training & signal files. This is the commit before the current commit. I am going to do a quick run of the current commit to see if i run into any issues.
Traceback (most recent call last):
File "UFCNN1.py", line 596, in
case_tc = train_and_predict_classification(UFCNN_TC, features=features, output_dim=output_dim, sequence_length=sequence_length, epochs=50, training_count=10, testing_count = 6 )
File "UFCNN1.py", line 511, in train_and_predict_classification
xdim, ydim = yp.shape
ValueError: too many values to unpack (expected 2)
The text was updated successfully, but these errors were encountered: