Dongning Chen
Results
1
issues of
Dongning Chen
In AutoRegressive Sampler, when `required_frames` is a multiple of `pred_len`, the sampling wastes an iteration for nothing due to false rounding. For example, when `self.required_frames == 120` and `self.args.pred_len ==...