EskildAndersen
Results
2
comments of
EskildAndersen
I get the same error. Have you found a solution?
It should just be adding : `class DoraConv1dLayer(_DoraConvNdLayer): def __init__(self, fan_in_fan_out): super().__init__(fan_in_fan_out) self.conv_fn = F.conv1d` to dora.py and alter ` if weight.data.ndim >= 3: lora_weight = torch.mm(lora_B.flatten(start_dim=1), lora_A.flatten(start_dim=1)) lora_weight =...