Keras-Text-Transfer-Learning
Keras-Text-Transfer-Learning copied to clipboard
Getting TypeError: data type "string" not understood while trying to execute model.fit()
@sathvisiva Run it with Python 2, it will work fine. Actually, it's string handling problem with python3. Fixes #2