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
The two gates and the mixed_layer in gru_step_naive_layer use the same instance of bias_attr. Therefore, the parameter names will be identical if name is set in bias_atrr and the parameters will be shared unexpectedly.