-
Notifications
You must be signed in to change notification settings - Fork 110
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
During implementation on my own dataset, I got weird results #41
Comments
Hi @DBpackage, thanks a lot for your interest. It seems to me your inputs are correctly formatted since the code itself is running. What is the issue with the results? Do you mean the loss not improving? Since your datasets are now original, the hyper parameters might need (e.g. kernel sizes and learning rate) fine-tuning. You can also try different training sets such as KIBA, DTC etc. and then see whether there is an improvement on the training and test set. Another note is, sometimes isomeric SMILES is more informative than canonical SMILES, so you can also try those. Let me know if you have more questions/issues. |
|
I'm sorry for late, I was crazily busy lately.
Because I want to check if I run the model correctly, I've tried to run the model with your own DAVIS dataset. python run_experiments.py --num_windows 32 and I run with this code and I have to change some run_experiments.py codes for running on my system. (tensorflow >2.X, I only changed these two codes) 1. importing tensorflow part 2. importing Keras part Is there any mistake with my running code? Thanks in advance! |
Hi! always thank you for your nice work in Drug Target prediction.
I run the run_experiments.py in the deepdta-toy folder for training my own dataset.
But I only could get this result.
Could I get any advice about this result?
I guess since my GPU is 3090RTX, I installed conda environments with tensorflow2.4.1 and keras 2.4.3. (for more detail, I added txt file) it can be some problem during backpropagation or something in your code which based on tf 1.x version.
env.txt
or maybe I misunderstood the dataset format for training on my own data.
I'm pretty newbie in Computer Science field TT.
The code is running. but only result is weird, So I don't know how to debug this.
If you let me know something suspicious, I will inspect that point.
Best regards,
The text was updated successfully, but these errors were encountered: