forked from mrq/DL-Art-School
.
This commit is contained in:
parent
7ca532c7cc
commit
c000e489fa
|
@ -540,6 +540,7 @@ class TransformerDiffusionWithCheaterLatent(nn.Module):
|
|||
|
||||
def get_debug_values(self, step, __):
|
||||
self.internal_step = step
|
||||
return {}
|
||||
|
||||
def get_grad_norm_parameter_groups(self):
|
||||
attn1 = list(itertools.chain.from_iterable([lyr.block1.attn.parameters() for lyr in self.diff.layers]))
|
||||
|
|
Loading…
Reference in New Issue
Block a user