-
Notifications
You must be signed in to change notification settings - Fork 55
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
t2m checkpoint model size error #26
Comments
Hi @yhyu13 From the error log, it seems that the motion-latent-diffusion/mld/models/modeltype/mld.py Lines 157 to 161 in c28a064
Maybe the problem is caused by the incorrect dataset. The feature size of the HumanML3D data format is 263 and the feature size of the KIT-ML data format is 251. From the log it seems that your HumanML3d dataset feature size is 251 so maybe you are loading the KIT-ML data for the HumanML3D config.
You can refer to HumanML3D for more details about the HumanML3D dataset. |
i have the same error |
Hello, I believe I have correctly prepared the HumanML3D dataset, as I'm able to obtain the expected shape. However, I'm still encountering persistent shape mismatching errors. |
This is caused by loading kit ckpt for humanml3d! |
I've finished setup with py39 and torch 1.12.1 and ran
But there is an error in loading the pre-trained weight
Is it an known issue?
The text was updated successfully, but these errors were encountered: