kensho-technologies / bubs

Keras Implementation of Flair's Contextualized Embeddings
Apache License 2.0
26 stars 9 forks source link

change keras to tf.keras #17

Closed mikeyshulman closed 4 years ago

mikeyshulman commented 4 years ago

Changing to tf.keras is the accepted future of keras. It prevents compatibility issues between tensorflow and keras, and makes migrating to tf2.0 easy.

Tested with tensorflow==2.3.0 and ==1.15