Closed a1wj1 closed 1 year ago
This code doesn't match the formulas in the paper. Could you please help explain,?
In j_ctrl = self.join_ctrl(torch.cat([feature_emb, measurement_feature], 1)),why not h_ctl but measurement_feature
This is the initial step so the measurement feature is used instead of h_ctrl.
This code doesn't match the formulas in the paper. Could you please help explain,?