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

I want to test high dimension data, but I met the valueError problem #1

Open
yangkaibigdata opened this issue May 31, 2018 · 1 comment

Comments

@yangkaibigdata
Copy link

My source domain input data has 11 features, X=[4898,11], output data Y=[4898,1], target domain input data also has 11 features. the train data is 79,
But I met a problem, the (error_vect[:-n_target]) * self.learning_rate),
ValueError: operands could not be broadcast together with shapes (4898,) (4898,4977) (4898,)
Do you know how to solve this problem? Thank you very much!!!

@jay15summer
Copy link
Owner

I did not test the code using high-dimensional data. This error should be a matrix dimension mismatch problem. The shape (4898, 4977) looks weird. Can you find out which variable has the shape of (4898, 4977)? Or you have fixed the possible bug already?

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