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
Do you intend to tf.stack([self.real_A_sample_p,self.real_A_sample_p],3) or tf.stack([self.real_A_sample_p,self.real_B_sample_p],3) instead?
Besides, is the self.dab_loss_real_p = self.criterionGAN(self.DAB_real_sample_p, tf.zeros_like(self.DAB_real_sample_p)) in alice_tesorflow/model_Alice.py#L128 right? why not the tf.ones_like?
The text was updated successfully, but these errors were encountered:
Alice4Alice/alice_tesorflow/model_Alice.py
Line 120 in 01df47c
Do you intend to tf.stack([self.real_A_sample_p,self.real_A_sample_p],3) or tf.stack([self.real_A_sample_p,self.real_B_sample_p],3) instead?
Besides, is the self.dab_loss_real_p = self.criterionGAN(self.DAB_real_sample_p, tf.zeros_like(self.DAB_real_sample_p)) in alice_tesorflow/model_Alice.py#L128 right? why not the tf.ones_like?
The text was updated successfully, but these errors were encountered: