data-team-uhn / NeuralCR

MIT License
26 stars 12 forks source link

Master branch currently throws errors when trying to run #13

Open svandenhoek opened 4 years ago

svandenhoek commented 4 years ago

When trying to run interactive.py or annotate_text.py, currently several errors are thrown. These seem to be caused by incompatibility of the used versions from Tensorflow (v2.0.0 is incompatible) and fastText (module name seemed to be renamed to fasttext). I did notice the latter was fixed in the development branch, but integrating this fix into the master would be appreciated.

A possible solution for this issue has been introduced as well through pull-request #12.