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

C2-W2 Optimization_methods task update_parameters_with_adam needs updatation #22

Open
opticSquid opened this issue Dec 26, 2021 · 0 comments

Comments

@opticSquid
Copy link

The older function used to return 3 variables parameters,v,s like

return parameters,v,s

At the end of the function but for now the tests got updated and now it wants to get 5 variables returned to test the function. So the function here also needs to be updated to reflect that.

See the newer version of test it wants to unpack 5 values from the function in place of 3 as with the previous versions
new_tests
This is the older code in this repo that returned 3 variables only. I have included the older version of test also here that wanted to unpack 3 variables.
image

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