Commit 6523edb8 authored by v0xie's avatar v0xie

style: conform style

parent 3b8515d2
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment