Disable debugging of comparable pingpong generations
This commit is contained in:
parent
565517814e
commit
c2866ad8d2
|
@ -347,8 +347,8 @@ class PingPongLoss(ConfigurableLoss):
|
||||||
early = fake[:, i]
|
early = fake[:, i]
|
||||||
late = fake[:, -(i+1)]
|
late = fake[:, -(i+1)]
|
||||||
l_total += self.criterion(early, late)
|
l_total += self.criterion(early, late)
|
||||||
if self.env['step'] % 50 == 0:
|
#if self.env['step'] % 50 == 0:
|
||||||
self.produce_teco_visual_debugs2(early, late, i)
|
# self.produce_teco_visual_debugs2(early, late, i)
|
||||||
|
|
||||||
if self.env['step'] % 50 == 0:
|
if self.env['step'] % 50 == 0:
|
||||||
self.produce_teco_visual_debugs(fake)
|
self.produce_teco_visual_debugs(fake)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user