pagpires
Results
2
issues of
pagpires
According to the algorithm, currently `partial_token_set_ratio` will return 100 for string a, b as long as they have a shared token, right? Is this behavior expected?
First, thanks for creating this tool! Is it intentionally to input `target_id` and `binder_id` asymmetrically for `mask_1d` and `mask_ib` below? https://github.com/sokrypton/ColabDesign/blob/d193e44f77a8f382cdd8fdb49c565c17e61fa13a/colabdesign/af/loss.py#L42-L47 Inside `get_con_loss` there are are some logical_and operations, and...