Skip to content
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

About training #113

Open
lgs00 opened this issue Jul 23, 2024 · 2 comments
Open

About training #113

lgs00 opened this issue Jul 23, 2024 · 2 comments

Comments

@lgs00
Copy link

lgs00 commented Jul 23, 2024

Thanks for sharing the code.
When I changed the resolution of the training video to [832,608],
h = torch.cat([h, hs.pop()], dim=1)
There is an error: RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 20 but got size 19 for tensor number 1 in the list. Whether the resolution of the training is fixed?

@Doubiiu
Copy link
Owner

Doubiiu commented Jul 23, 2024

Maybe, you can try to change the resolutions to the multiples of 64.

@lgs00
Copy link
Author

lgs00 commented Jul 23, 2024

I want to know how much memory is needed to train the model,80GB is still not enough.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants