johnb30 / py_crepe

Keras implementation of the Crepe character-level convolutional neural net.
74 stars 33 forks source link

Update to Keras v2.1.5 and use tensorflow #10

Closed liufuyang closed 6 years ago

liufuyang commented 6 years ago

Update code to be able to run on Keras v2.1.5 Changes include update Keras api and specifiy weight initilization for convolutional layers, otherwise the model cannot converge

johnb30 commented 6 years ago

Thanks!