microsoft / protein-frame-flow

Fast protein backbone generation with SE(3) flow matching.
MIT License
200 stars 13 forks source link

Error when running on my own processed data #21

Closed zaixizhang closed 6 months ago

zaixizhang commented 6 months ago

Hi, Thanks for the brilliant work! I tried to use data/process_pdb_files.py to process my own data for training. However, I encounter the following error: 85d836ddc3b759624da21d8d8347942

jasonkyuyim commented 6 months ago

Why is DataLoader being called? process_pdb_files.py shouldn't be using pytorch's dataloader at all.

zaixizhang commented 6 months ago

Thanks for your reply! We have fixed the issue. It is due to some bad data points in our datasets.