-
Notifications
You must be signed in to change notification settings - Fork 80
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
Error in Sample(): Expected scalar type float but found double #10
Comments
@gmegh Hi Guillem! Could you paste your full script? Also, you won't see anything but noise if you don't train the model on a big corpus of images and video, if you were expecting something different |
Sure! Yeah, I understood that I would just get noise without training, but I was first trying to run it without training to see the output, and then train on that. This is the full script (see below). I just copied the setup code you had at README. Thanks for the help!
|
@gmegh oh strange, it runs for me, what version of pytorch are you on? |
Yes, updating pytorch solved the issue, thanks! Have you successfully trained the model? |
@gmegh oh great! which version were you on before? no not yet, but should be in a state ready for training soon |
I had 1.10, i believe Regarding training, how can videos of different shapes be inputted into the model? I try adding a video with frames of size (300, 620) and it didn't work because it expects the video to have dimension image_size |
@gmegh oh that is recent, maybe i should downgrade and fix the root issue supporting rectangular sized video is actually possible with this architecture! let me put it in my todos are you a phd student at Stanford? |
When running the example code, I keep getting the following error (see below). Do you have any idea how to fix it?
The text was updated successfully, but these errors were encountered: