Klebert-Engineering / deep-spell-9

Neural Spellcheck, Autocomplete and Fuzzy-match for SQLite FTS5 🤖
MIT License
2 stars 0 forks source link

Upgrade to be usable with tensorflow 2.7+ #44

Open fklebert opened 2 years ago

fklebert commented 2 years ago

Fails to run with newer tensorflow

Error:

...deep-spell-9/modules\deepspell\models\modelbase.py", line 66, in __init__
self.session = tf.Session()
AttributeError: module 'tensorflow' has no attribute 'Session'