ml4a / ml4a

A python library and collection of notebooks for making art with machine learning.

Home Page:https://ml4a.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LSTM notebook needs input text

genekogan opened this issue · comments

the rnn notebook fails on text = open('input_text.txt', 'r').read() because no input_text.txt is supplied with the guides. perhaps we should include one in the assets folder.