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 using Conv3D_check_prediction.py #33

Open
Avi-141 opened this issue Sep 2, 2020 · 0 comments
Open

Error using Conv3D_check_prediction.py #33

Avi-141 opened this issue Sep 2, 2020 · 0 comments

Comments

@Avi-141
Copy link

Avi-141 commented Sep 2, 2020

DataConversionWarning: A column-vector y was passed when a 1d array was expected. Please change the shape of y to (n_samples, ), for example using ravel().
return f(**kwargs)
Traceback (most recent call last):
File "Conv3D_check_prediction.py", line 103, in
df = pd.DataFrame(data={'filename': fnames, 'y': cat2labels(le, all_y_list), 'y_pred': cat2labels(le, all_y_pred)})

ValueError: arrays must all be same length

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

1 participant