-
Hi, I want to know if there is an easy way to use model trained by gnina-torch to transfer into Caffe-model-weight file, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @RJ-Li, unfortunately In GNINA 1.0: molecular docking with deep learning we suggest to use the deep learning scoring function for re-scoring the poses generated with a classical scoring function, which provides a good tradeoff between accuracy and computational cost. Therefore, one possibility, would be to perform docking with GNINA with |
Beta Was this translation helpful? Give feedback.
Hi @RJ-Li, unfortunately
gnina-torch
does not provide docking capabilities. In principle it should be possible to transfer PyTorch weights to Caffe weights (you can see #43 (comment) as an example of how to do the opposite), but I expect this to be rather tedious and I haven't triesd it myself. Maybe @dkoes or @drewnutt have tried and can provide some guidance?In GNINA 1.0: molecular docking with deep learning we suggest to use the deep learning scoring function for re-scoring the poses generated with a classical scoring function, which provides a good tradeoff between accuracy and computational cost. Therefore, one possibility, would be to perform docking with GNINA with
--num_modes
set…