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
#Optimum bias of the second layer is found by the average differences in activations in the two parts
optim_biases = np.mean(predict_orig-predict_new, axis=0)
so, predict_new_full and predict_orig_full are not used.
The text was updated successfully, but these errors were encountered:
#Optimum bias of the second layer is found by the average differences in activations in the two parts
optim_biases = np.mean(predict_orig-predict_new, axis=0)
so, predict_new_full and predict_orig_full are not used.
The text was updated successfully, but these errors were encountered: