dvlab-research / VFIformer

Video Frame Interpolation with Transformer (CVPR2022)
MIT License
114 stars 20 forks source link

Issue when i want to train #6

Closed hnsnsjkf closed 1 year ago

hnsnsjkf commented 1 year ago

image the size of my image is 864*96,but i meet this isue when i running the code

hnsnsjkf commented 1 year ago

can you tell me that param should i change when the crop_size is changed?

SkyeLu commented 1 year ago

Hi, under the current setting (window_size=8), both the length and width of input images must be multiples of 64. It is impossible to train the model on images whose width is only 96 with window_size=8. You may try out a smaller window_size, e.g., 4 or 2.

hnsnsjkf commented 1 year ago

it works,thank you

hnsnsjkf commented 1 year ago

Well, i got another question: the memory of the CUDA is continuesly rising when i was trainning, is it right?

hnsnsjkf commented 1 year ago

我看论文,作者好像是中国人,我直接用中文啦哈哈哈哈哈,我想问一下我跑模型,随着训练时间的增加,显卡的内存持续增加(从5G一直涨到爆显存)是什么情况呀