You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. )
The text was updated successfully, but these errors were encountered:
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. )
The text was updated successfully, but these errors were encountered: