You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My flow matching model's schedule is 'discrete_flow'. I've fixed this issue, but I've found a new problem, I've found that order=2 works really well most of the time in the case of multi-step solving, but it gets worse with order=3
Got it. Actually, I haven't tested about order=3 cases. We only use order=2 in our experiments. I'll look into it later, also if you have any insight on it, let me know.
@torch.no_grad()
def sample(self, shape):
self.eval()
zt = torch.randn(shape).cuda() ## init the noise
The text was updated successfully, but these errors were encountered: