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

Why weights and bias can be initialized? (CNN Tutorial) #5

Open
JingqiL opened this issue Feb 22, 2018 · 0 comments
Open

Why weights and bias can be initialized? (CNN Tutorial) #5

JingqiL opened this issue Feb 22, 2018 · 0 comments

Comments

@JingqiL
Copy link

JingqiL commented Feb 22, 2018

Hello,

I have a code similar to yours. But when I run it in python, it always return error 'Attempting using uninitialized value weights_10 (bias_10)'.

As weights and bias are in a defined function, they should not be able to be initialized (But even I try local initialization, it still returns the same error.)

Can I know some more about how this two variables work in your code? (Mine is very similar to yours, but in my case, it returns error. )

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