RealFlow icon indicating copy to clipboard operation
RealFlow copied to clipboard

How is the flow model updated in M-step?

Open tobylyf opened this issue 2 years ago • 2 comments

In iteration t (t>1), is the model fine-tuned based on C+T pre-trained model, or the "iteration t-1" model?

tobylyf avatar Dec 22 '22 09:12 tobylyf

In iteration t (t>1), is the model fine-tuned based on C+T pre-trained model, or the "iteration t-1" model?

Hi, in iteration t (t>1), we finetune the model based on the 'iteration t-1' model.

coolbeam avatar Dec 23 '22 07:12 coolbeam

Using C+T to generate dataset. Should I load C+T as initialization to train the model using generated data?

Eryo-iPython avatar Jun 27 '23 04:06 Eryo-iPython