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

Found some bug #3

Closed
ANONYMOUS-GURU opened this issue Dec 20, 2018 · 0 comments
Closed

Found some bug #3

ANONYMOUS-GURU opened this issue Dec 20, 2018 · 0 comments

Comments

@ANONYMOUS-GURU
Copy link

tf.random_normal([input_shape[1] * input_shape[2] * input_shape[3], output_size], dtype=tf.float32,

input_shape[0]*input_shape[1] * input_shape[2] * input_shape[3] should be instead of input_shape[1] * input_shape[2] * input_shape[3] .

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