Rik Nijessen

Results 2 comments of Rik Nijessen

I agree with everyone above. This seems like a nice addition to Keras!

When I ran the code as is, I got an error on [this](https://github.com/phdowling/abcnn-keras/blob/master/keras_abcnn.py#L174) line I thought it was a padding issue, so I changed `border_mode` to `same` instead of `valid`...