ShawnGao911101

Results 3 comments of ShawnGao911101

Hi @zkytony , Just met the same problem. Have you sort it out? Cheers, Shang

> I've found a solution. Open `rfdiffusion/inference/model_runners.py` and find the line `308`. Change this: > > ``` > seq_orig = self.target_feats['seq'] > ``` > > to this: > > ```...