apache / mxnet

Lightweight, Portable, Flexible Distributed/Mobile Deep Learning with Dynamic, Mutation-aware Dataflow Dep Scheduler; for Python, R, Julia, Scala, Go, Javascript and more
https://mxnet.apache.org
Apache License 2.0
20.76k stars 6.8k forks source link

Add same padding for pooling and conv #10487

Open piiswrong opened 6 years ago

piiswrong commented 6 years ago

https://discuss.gluon.ai/t/topic/5747

ChaiBapchya commented 5 years ago

12594 Does this address a part of what was expected?

Just like "same" padding for maxPool1D, I'll have to extend it to all types of pooling and convolutions right?

ChaiBapchya commented 5 years ago

@marcoabreu this looks like a feature request.