Does it allowed to generate a difference size of video from 1280x720?

#3
by NvgtFsy - opened

The config file doesn't work, and I went to change the size in "video_data = F.interpolate(video_data, size=(720, 1280), mode='bilinear')", but it gave me an error following: "RuntimeError: Sizes of tensors must match except in dimension 1. Expected size 42 but got size 41 for tensor number 1 in the list", any idea?

Sign up or log in to comment