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
I am talking about self.mean_cons_cost_mt, self.cons_costs_mt = consistency_costs( self.cons_logits_1, self.class_logits_ema, self.cons_coefficient, consistency_mask, self.hyper['consistency_trust'])
What is the difference between using 'self.class_logits_ema' and using 'self.cons_logits_ema' as consistency targets?
The text was updated successfully, but these errors were encountered:
I am talking about
self.mean_cons_cost_mt, self.cons_costs_mt = consistency_costs( self.cons_logits_1, self.class_logits_ema, self.cons_coefficient, consistency_mask, self.hyper['consistency_trust'])
What is the difference between using 'self.class_logits_ema' and using 'self.cons_logits_ema' as consistency targets?
The text was updated successfully, but these errors were encountered: