shift_msa, scale_msa, gate_msa, shift_mlp, scale_mlp, gate_mlp = emb.chunk(6, dim=1) ValueError: not enough values to unpack (expected 6, got 4) #9710
Unanswered
LianShuaiLong
asked this question in
Q&A
Replies: 2 comments 1 reply
-
[ |
Beta Was this translation helpful? Give feedback.
0 replies
-
Could you share your code in a public repository instead of a zip file? Which model are you trying to train? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To save GPU memory during training, I pre-extracted the text embeddings. During the training process, I did not load the text encoders and directly used the embeddings for training. However, I encountered the following error:
Here is my feature extraction script and the modified training script. Could someone kindly help me identify where the issue might be?
Beta Was this translation helpful? Give feedback.
All reactions