aamini / introtodeeplearning

Lab Materials for MIT 6.S191: Introduction to Deep Learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

mdisant opened this issue · comments

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

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().