-
Notifications
You must be signed in to change notification settings - Fork 22
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
Trained Models and Example Input Data #1
Comments
Hi, the model has been added. However, due to the file size limit, the keras files are in pieces. You may need to merged them after downloading. |
Hi Max, did you ever get this working? Particularly interested in Bruce |
Hi Bruce, |
Shame, thanks for coming back to me. |
hi, i merge them by 'cat ensemble_model.keras.a* > ensemble_model.keras',but i can't load model. the error is "OSError: SavedModel file does not exist at: /public/slst/home/ningwei/TCGA/ensemble_model.keras/{saved_model.pbtxt|saved_model.pb}" do you know where i am wrony, and what i should do?? |
Hi, I've worked with the authors to get this working as a tool, see my fork. Any issues let me know. Bruce. |
Hi, I was just reading the associated Nature paper, which says that pre-trained models used in the paper can be found at this repository. Can you point me to where I can find these as well as an example of the input data so that I can give the model a try.
The text was updated successfully, but these errors were encountered: