-
Notifications
You must be signed in to change notification settings - Fork 698
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to adjust LoRA into nn.ConvTranspose2d? #160
Comments
In torch 1.10.0, I write some Convtranspose2d Lora code like class ConvTransposeLoRA(nn.Module, lora.LoRALayer):
|
I keep getting error "conv object has no attribute '_output_padding', do you know how I could solve this? |
Met the same question. Do u solve this and could u provide the relevant codes please? |
How can i adjust LoRA into nn.ConvTranspose2d?
In Convnd, There are _conv_forward but, in ConvTransposeNd has no _conv_forward.
Tasks
The text was updated successfully, but these errors were encountered: