I'm now trying to reproduce 3D-cnn result with keras/tensorflow using cross dock dataset
can I regard the example code in https://gnina.github.io/libmolgrid/tutorials/train_basic_CNN_with_Tensorflow.html
as def2017 model generation?
If it's true, to make another model such as HiRes Pose, HiRes Affinity, Def2018
the only thing that I need to do is modify create_model function in example code ?
Thanks in advance