Using Anaconda Python 2.7 Windows 10.
I am training a language model using the Keras exmaple:
print(\'Build model...\') model = Sequential() model.ad
Those who got still error like me:
Convert model.fit_generator() to model.fit()