We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e64aa0 + d24f806 commit 182a62cCopy full SHA for 182a62c
closed_form_factorization.py
@@ -21,7 +21,7 @@
21
modulate = {
22
k[0]: k[1]
23
for k in G.named_parameters()
24
- if "affine" in k[0] and "torgb" not in k[0] and "weight" in k[0]
+ if "affine" in k[0] and "torgb" not in k[0] and "weight" in k[0] or ("torgb" in k[0] and "b4" in k[0] and "weight" in k[0] and "affine" in k[0])
25
}
26
27
weight_mat = []
0 commit comments