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

Lab 3 (Section 1.3) - Too Many Values to Unpack Error #133

Open
mdisant opened this issue Jun 6, 2023 · 2 comments
Open

Lab 3 (Section 1.3) - Too Many Values to Unpack Error #133

mdisant opened this issue Jun 6, 2023 · 2 comments

Comments

@mdisant
Copy link

mdisant commented Jun 6, 2023

Screenshot 2023-06-06 at 3 13 41 PM
@kz4killua
Copy link

Hi. I actually made a pull request fixing this. Hopefully, it gets merged.

@geopapa11
Copy link

You can also fix it by replacing predictions, bias = bias_wrapped_dense_NN(x_test) with predictions, _, _, bias = bias_wrapped_dense_NN(x_test).numpy().

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

3 participants