-
Notifications
You must be signed in to change notification settings - Fork 176
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
Extra key in ucf101.pt #56
Comments
Hi, can I confirm whether the extras parameter is 2 when you use the ucf101 pre-train model? See: Latte/configs/ucf101/ucf101_sample.yaml Line 14 in 9ededbe
|
Do you have pretrained models for unconditional generation? |
All pre-trained models are unconditional generation except ucf101 and t2v. |
Thanks. How can I control the class being sampled, is it "sample_names" in the ucf101_sample.yaml? But I didn't found where you reference this value in your code |
You can change the class label in here, Line 90 in 9ededbe
|
What's you training loss after converge? I want to reproduce but met some problem. |
Training loss decreases quickly and oscillates around a value. |
Hi There! 👋 This issue has been marked as stale due to inactivity for 60 days. We would like to inquire if you still have the same problem or if it has been resolved. If you need further assistance, please feel free to respond to this comment within the next 7 days. Otherwise, the issue will be automatically closed. We appreciate your understanding and would like to express our gratitude for your contribution to Latte. Thank you for your support. 🙏 |
When I'm loading the pretrained ucf101 checkpoint, the error appears:
RuntimeError: Error(s) in loading state_dict for Latte:
Unexpected key(s) in state_dict: "y_embedder.embedding_table.weight".
All the other checkpoints can generate videos successfully, can you check this? Thank you
The text was updated successfully, but these errors were encountered: