-
Notifications
You must be signed in to change notification settings - Fork 24
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
RuntimeError: The size of tensor a (50) must match the size of tensor b (10) at non-singleton dimension 1 #25 #26
Comments
Sorry, that shouldn't happen. We will check it immediately. |
- clean rendered image folder when restart rendering
Very sorry for the late reply, we had a hard time rushing another DDL days before. The reason for this problem is that we are not emptying the rendered image, and
We fix this problem in these lines by cleaning the rendered folder. Sorry again for being late. |
Cool, I successfully generated the video.Really appreciate your reply! |
Great suggestion! We'll add it to the to-do list :) |
@nevergone123 Hi, you can use many free LLM inference provided by NVIDIA. |
I change the frames from 50 to 10, and run the following command:
python main.py -y config/waymo-1006.yaml -p 'Remove all cars.Viewpoints ahead slowly and A chevrolet driving away from me fast.' -s demo
I got the following output:
This won‘t happen if I set frames as 50.
I think there's a hardcode remains, but I failed to find it.
Do you know how to generate a video with a different frame number? Many thanks!
The text was updated successfully, but these errors were encountered: