You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, I try to contrast two experiments. normal training VS training without RMSD. I thought as long as the label and affinity label is given, the training wouldn't be different a lot. However, the RMSD-free training resulted in a bizarre performance:
I used the same args and gninatypes files to train model from crossdock_default2018.caffemodel using default2018.model(modified).
The rmsd columns in RMSD-free types are removed, and it's like:
And this is the model data layer, I comment the top rmsd_true; In test I set has_rmsd false; In train I set balanced true, stratify_receptor false, has_rmsd false:
Here, I try to contrast two experiments. normal training VS training without RMSD. I thought as long as the label and affinity label is given, the training wouldn't be different a lot. However, the RMSD-free training resulted in a bizarre performance:
I used the same args and gninatypes files to train model from crossdock_default2018.caffemodel using default2018.model(modified).
The rmsd columns in RMSD-free types are removed, and it's like:
And this is the model data layer, I comment the
top rmsd_true
; In test I set has_rmsd false; In train I set balanced true, stratify_receptor false, has_rmsd false:And the rmsd layer is also deleted.
The text was updated successfully, but these errors were encountered: