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

VAE training error: RuntimeError: The size of tensor a (24) must match the size of tensor b (17) at non-singleton dimension 0 #237

Open
akanimax opened this issue Feb 7, 2025 · 0 comments

Comments

@akanimax
Copy link

akanimax commented Feb 7, 2025

Hello!

First, thanks a lot for releasing the source-code and models for this wonderful project, it's been super useful.

I am trying to run the VAE training pipeline, but facing the error mentioned in the title. Apparently this error is caused because of the following hard-coded is_init_image=True.

is_init_image=True, temporal_chunk=False,)

When I change it to False, the pipeline works, but I wanted to ask here if this is the correct thing to do. Why exactly has this been hardcoded here?

Look forward to hearing from you.

Thanks and regards,
@akanimax

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

1 participant