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

ValueError: operands could not be broadcast together with shapes (97,768) (68,768) #10

Open
jiminbot20 opened this issue Oct 12, 2021 · 0 comments

Comments

@jiminbot20
Copy link

self.moving_mean = (self.data_size*self.moving_mean + n*batch_mean)/(n+self.data_size)

#ValueError: operands could not be broadcast together with shapes (97,768) (68,768)

shape doesn't match while updating normalization.

I guess padding might be needed. How could I solve this problem?

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