BaderLab / saber

Saber is a deep-learning based tool for information extraction in the biomedical domain. Pull requests are welcome! Note: this is a work in progress. Many things are broken, and the codebase is not stable.
https://baderlab.github.io/saber/
MIT License
102 stars 17 forks source link

Removing Keras / Tensorflow dependencies #164

Closed JohnGiorgi closed 5 years ago

JohnGiorgi commented 5 years ago

This pull request is a bit of a stop-gap. The only remaining function we were using from the Keras / Tensorflow libraries was the pad_sequence utility.

I have made keras_preprocessing a dependency, which allowed us to drop both keras and tensorflow as dependencies.