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

sampling is not working #5

Open
flit86 opened this issue Aug 23, 2018 · 0 comments
Open

sampling is not working #5

flit86 opened this issue Aug 23, 2018 · 0 comments

Comments

@flit86
Copy link

flit86 commented Aug 23, 2018

i"m new in DL .I'm trying to write the same assignment but with new document. and sampling is not working.
Traceback (most recent call last):
File "C:/Users/shevc/Dino.py", line 109, in
indices= sample(parameters, char_to_ix, 0)
gradients["dWaa"][1][2] = 10.0
File "C:/Users/shevc/Dino.py", line 59, in sample
gradients["db"][4] = [10.]
Waa, Wax, Wya, by, b = parameters['Waa'], parameters['Wax'], parameters['Wya'], parameters['by'], parameters['b']
gradients["dby"][1] = [8.45833407]
KeyError: 'Waa'

can you help me?

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