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

上面代码中的幂运算我之前用到的是pow()函数,但是最后计算出的结果却是错的,主要表现在计算出的b的维度有误,如果知道原因的麻烦告知一下,谢谢!!! #8

Open
weiliu0506 opened this issue Mar 2, 2018 · 0 comments

Comments

@weiliu0506
Copy link

s_corrected["dW" + str(l+1)] = s["dW" + str(l+1)]/(1 - pow(beta2, t))
s_corrected["db" + str(l+1)] = s["dW" + str(l+1)]/(1 - pow(beta2, t))

变量写错了,应该是db,而不是dW
感谢您分享的作业

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