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.
Fixes weird bug where keras would display epoch 1/1 for every epoch. Also adds argument for saving all or only the best weights during training (save_all_weights).
Fixes weird bug where keras would display
epoch 1/1
for every epoch. Also adds argument for saving all or only the best weights during training (save_all_weights
).Closes #69.