dmlc / keras

Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on MXNet, Theano or TensorFlow.
http://keras.io/
Other
125 stars 34 forks source link

Fix docstring and border mode #99

Closed dmadeka closed 6 years ago

dmadeka commented 6 years ago

The docstring should be more Keras style - also the border mode is important. Keras 2 actually assumes valid instead of same.

See attached notebook for details

Test+Conv1D.pdf

dmadeka commented 6 years ago

It would be nice to have a minor release :)

dmadeka commented 6 years ago

@piiswrong Could we also get a minor release?

dmadeka commented 6 years ago

@sandeep-krishnamurthy Just want to follow up on this

dmadeka commented 6 years ago

@piiswrong @sandeep-krishnamurthy Ping

sandeep-krishnamurthy commented 6 years ago

@piiswrong - Can you please merge this change?