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

M步有个错误吧。 #15

Open
onbigion13 opened this issue Jul 9, 2022 · 0 comments
Open

M步有个错误吧。 #15

onbigion13 opened this issue Jul 9, 2022 · 0 comments

Comments

@onbigion13
Copy link

onbigion13 commented Jul 9, 2022

ConvCaps的m-step成员函数,第一行代码。

`r = r* a_in.

该函数的初值 r 是形状是 (b, B, C, 1), 而 a_in 的形状是 (b, C, 1). 不能广播,直接做哈达玛积会报错的。是不是需要对 a_in unsqueeze一下?

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