LoRA for torch_geometric #178
Unanswered
pratyushdhingra10
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to try LoRA on torch_geometric, specifically on GCNConv or SAGEConv . However, torch_geometric is currently not supported. I am getting the following message - "Currently, only the following modules are supported:
torch.nn.Linear
,torch.nn.Embedding
,torch.nn.Conv2d
,transformers.pytorch_utils.Conv1D
."I wanted to reach out for some thoughts or suggestions.
Beta Was this translation helpful? Give feedback.
All reactions