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

seq2seq and word2vec need keras 2.0 updates

genekogan opened this issue · comments

for both of these guides, the base_filter function in keras appears to no longer exist and the following import error is given. on:

from keras.preprocessing.text import Tokenizer, base_filter

ImportError: cannot import name base_filter