style: conform style

This commit is contained in:
v0xie 2023-10-22 09:31:15 -07:00
parent 3b8515d2c9
commit 6523edb8a4
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ class NetworkModuleOFT(network.NetworkModule):
orig_weight = orig_weight
return self.finalize_updown(updown, orig_weight, output_shape)
# override to remove the multiplier/scale factor; it's already multiplied in get_weight
def finalize_updown(self, updown, orig_weight, output_shape, ex_bias=None):
#return super().finalize_updown(updown, orig_weight, output_shape, ex_bias)