JeffSHF / ColabDock

Code for ColabDock paper
Other
114 stars 12 forks source link

incompatible shapes for broadcasting error when using segment based mode #16

Open emilioangelina opened 10 months ago

emilioangelina commented 10 months ago

My complex is too large so I used segment based mode and cropped it by 200 residues to avoid memory issues but got the following error: mul got incompatible shapes for broadcasting: (200, 200), (1054, 1054). How can i bypass it ?

Thanks

JeffSHF commented 10 months ago

Hi. Thanks for the bug reporting. I think I have fixed it. Please have another try.

emilioangelina commented 10 months ago

Thank you, it worked!