-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Details in train.py output #58
Comments
For the second question, you can find in the passage:
|
|
I am not sure what
|
If I want to train |
If you are using default2018 unaltered it has balancing and stratification on be default, which makes no sense with an all crystal dataset. |
Dear Professor, @dkoes |
If you aren't training for pose selection, you won't get a model with good pose selection performance. |
Hi, I noticed the |
We train with random rotations enabled. There isn't a fixed number of rotations. |
What should I do when generating gninatypes files if I couldn't calculate the RMSD?
|
Don't include the field in the input file either. What error do you get when you try it? |
Thanks, I forget to exclude the |
failure when training on non-rmsd typeserror:
this is my train|test types example: label, affinity, rec, lig this is the default2018.model, I set
|
Thanks for your suggestion but it doesn't work.
I am not sure what error it is. My types have four columns (label affinity rec_gninatypes lig_gninatypes) which is devided by space, I am sure with no problem. It comes up to me that my command is: So I think the caffemodel given in https://github.com/gnina/models/tree/master/crossdocked_paper is not compatible for rmsd-free model? If so, I couldn't train the rmsd-free default2018.model because its corresponding crossdock_default2018.caffemodel is not given in gnina/models/acs2018. |
Presumably you have stratification on, but it isn't possible to fill the strata. Turn it off. |
So in gnina, if I want to train a model with good pose selection ability, I need train on dataset with various RMSD and label poses? |
@SanFran-Me As I remember, the docked poses are ranked by CNNscore. I guess if you set CNNaffinity as the index to rank the docked poses, things will be different. |
The CNNscore is trained as a classifier; it does not use the RMSD, although successive work has indicated that would be a good idea. |
Hi, I'm wondering if the RMSD doesn't affect the CNNscore classifier, what is its function? Only to help tp stratify the inputs? |
It wasn't used in the distributed models, but we've used it in training other models. |
Dear professor and developers, I come up against a few questions about the procedures in training.
I am not sure whether I should make these six folds almost the same sample amount, or should every train:test be 8:2 ?
After I train the model, one of the
default2018*.out
files contains:0.801041 0.795815 0.558788 0.010000 1.746990 1.742589
. the first two metirc are sequentially max_AUC min_AUC ... WAHT ARE THE FOUR NUMBERS.The text was updated successfully, but these errors were encountered: