spyysalo / keras-bert-ner

Named entity recognition built on top of BERT and keras-bert.
MIT License
4 stars 7 forks source link

Update serve.py for TF2 #1

Open spyysalo opened 4 years ago

spyysalo commented 4 years ago

serve.py currently fails on

AttributeError: module 'tensorflow' has no attribute 'Session'

when run with TF2.