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
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().
The text was updated successfully, but these errors were encountered: