-
Notifications
You must be signed in to change notification settings - Fork 567
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
Something wrong with optimize.minimize #27
Comments
Which python version did you use? |
Python 3.6
…Sent from my iPhone
On Jan 10, 2019, at 9:59 AM, 4every1 ***@***.***> wrote:
Which python version did you use?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
can you try it with python 2.7? |
Nope doesn't help |
Same error please help 😥 |
Tried with python 3.7 and 2.7 |
same error here... |
Check your dimensions and types of costFunction, costFunctionWrapper and gradients. costFunctionWrapper example:
where costFunction is: From documentation:
For me, I made a mistake in costFunction, I had written division by 2 as *0,5 instead of *0.5 PS: I know the issue is older, but it could still be helpful for someone. |
I have gone through to step 7 and I get this error when I try to run. the code is in the txt file

nn.txt
The text was updated successfully, but these errors were encountered: