Update ops.py

This commit is contained in:
kijai 2026-03-05 15:21:36 +02:00
parent 7250d013df
commit 2c760cbf98

View File

@ -483,7 +483,6 @@ class disable_weight_init:
else:
return super().forward(*args, **kwargs)
class ConvTranspose2d(torch.nn.ConvTranspose2d, CastWeightBiasOp):
def reset_parameters(self):
return None