feinanshan / M2M_VFI

Many-to-many Splatting for Efficient Video Frame Interpolation
Other
79 stars 5 forks source link

Training Error #8

Closed Amazingren closed 1 year ago

Amazingren commented 1 year ago

Hey @feinanshan,

Hope you everything goes well. Recently, we are doing something related to your this impressive work.

However, during we retrain your model. The error shows like below: image

By the way, our environments are also listed below for your convenience:

CUDA: 10.0
python: 3.7
Pytorch: 1.8.0
torchvision: 0.9.0
GPU: NVIDIA TITAN Xp, 12G

Thanks again in advance, we are looking forward to hearing from you with some useful suggestions

Bests regards,

feinanshan commented 1 year ago

Hi, please delete the last line of tri_testlist.txt that just contains a line break.

Amazingren commented 1 year ago

Thanks a lot. It works now!

By the way, may I know how long it would cost for training the model from your side on one Titan GPU? Now I used one TITAN Xp GPU, with batch_size 12. It seems will it will take 4~5 days for the training, is it fine?

Bests,

feinanshan commented 1 year ago

Hi, yes it will take about 4 days with a Titan Xp GPU.

Amazingren commented 1 year ago

Hi, yes it will take about 4 days with a Titan Xp GPU.

Got it, thanks a lot!