demian

Results 2 comments of demian

it is expected behaviour since the model is trained in character mode! set it the training to word mode (and set the training params accordingly, as explained in the author's...

experiencing the same issue edit: adding `matplotlib inline` before importing matplotlib fixed the issue for me: ``` %matplotlib inline import matplotlib.pyplot as plt ```