thanks for your good work, I have some questions for M-step
Using C+T to generate new dataset G1.
Using G1 to train RAFT get new weight C+T+G1.
Using C+T+G1 to generate dataset G2.
my question is that which weight should used to train RAFT in the next step? In the other words, I should use the weight C+T+G1 to train RAFT or keep C+T to train it on dataset G2?
thanks for your good work, I have some questions for M-step