-
Notifications
You must be signed in to change notification settings - Fork 2
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
Reproduce the tf-binding, but "sh: 1: gkmpredict: Permission denied" has always occurred, I don't want to give up! #5
Comments
It really takes that long (e.g. 100x slower than other methods)... I had to let it run for a few days. |
Thank you very much! |
One final question: Kipoi does not seem to support users retraining existing models with their own data? |
Kipoi doesn't provide any specific code for retraining existing models, but it's fairly easy to do if you are familiar with the framework in which the model was written in (e.g. Keras). You can directly use the data-loader for training the model (and use multiple workers to load the data efficiently). See https://github.com/kipoi/manuscript/blob/master/src/transfer_learning/tlearn.py for an example how to do transfer learning with a kipoi model written in Keras. |
If you want to train a model from scratch using the exact same architecture you can use the following code to randomly re-initialize model parameters: keras-team/keras#341 (comment) |
I can't get the .h5 file at the end. |
I am using the tutorial to execute snakemake to reproduce the tf-binding. So far, the .h5 files of the four models have been obtained. Still the last step!
But the last lsgkm-SVM model has failed, the results are as follows:
sh: 1: gkmpredict: Permission denied
This is a screenshot of the same stage when DeepSEA is running. It can be compared with the above figure.
I have been unable to find the problem. I have followed the tutorial and it has been going on for many days. I am a college student and really want to reproduce and learn from it, I really don't want to give up!
One final question: Kipoi does not seem to support users retraining existing models with their own data?
The text was updated successfully, but these errors were encountered: