MCG-NJU / EMA-VFI

[CVPR 2023] Extracting Motion and Appearance via Inter-Frame Attention for Efficient Video Frame Interpolatio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I use the pre-trained model to continue training on my dataset?

Cecil-x opened this issue · comments

How do I use the pre-trained model to continue training on my dataset?

You can modify the training code's pipeline by first loading the model's checkpont before training.

You can modify the training code's pipeline by first loading the model's checkpont before training.

Does the provided "ours_t" checkpoint file share the same experiment setting with the default config? I tried to load these weights during finetuning, but it always fails.