mirror of
https://github.com/kexinhuang12345/MolTrans.git
synced 2026-04-03 00:09:03 -06:00
Model gives different scores for the same drug-target pairs #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pykao on 5/24/2022
Hi Kexin,
I tried to write the inference code to predict the binding affinity probability given the drug-target pairs. However, I found that the
modelalways gives differentscoresfor the same inputsd, p, d_mask, p_mask.Then, I entered two checkpoints in the
train.py:c91a98eced/train.py (L58)c91a98eced/train.py (L178)Then, I entered
CUDA_VISIBLE_DEVICES=2,3,5,6 python train.py --task davisIt entered the IPython interface.
Could you tell me why the model give different scores while the input drug-target pairs are the same?
Best regards,
Po-Yu Kao