How can I train the adalora about nn.Conv1d? #1640
Unanswered
girlsending0
asked this question in
Q&A
Replies: 2 comments
-
Indeed, as you observed, the The error message could certainly be improved, as the small vs capital |
Beta Was this translation helpful? Give feedback.
0 replies
-
@BenjaminBossan |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I face the problem when I finetune the Whisper model.
Whisper model is consisted of nn.Conv1d layer. so, I want finetune only encoder and try below:)
but I got error,
I think this error is because the whisper model consists of nn.Conv1d layer. However, Adalora only accepts Conv1D of the hugging face as target_modules.
Does anyone know about this error?
Beta Was this translation helpful? Give feedback.
All reactions