8000 Support the NumPy pad fct. · Issue #1216 · Theano/Theano · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Support the NumPy pad fct. #1216

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
nouiz opened this issue Feb 11, 2013 · 4 comments
Open

Support the NumPy pad fct. #1216

nouiz opened this issue Feb 11, 2013 · 4 comments

Comments

@nouiz
Copy link
Member
nouiz commented Feb 11, 2013

NumPy 1.7 support a new pad instruction. We should support it. Some mode are easy to support with current ops, but some of then could need new opt or more complicated graph. In the cases were we don't need a new complicated graph, it is better to don't use a new op. But may to support all mode, making a new op "Pad" that wrap this fct is needed.

Ability to pad rank-n arrays

A pad module containing functions for padding n-dimensional arrays has been
added. The various private padding functions are exposed as options to a
public 'pad' function. Example::

pad(a, 5, mode='mean')

Current modes are constant, edge, linear_ramp, maximum,
mean, median, minimum, reflect, symmetric, wrap, and
<function>.

@saatvikshah
Copy link
Contributor

@nouiz I'd like to work on this issue if there isnt anyone working on it, though there does seem to be some work done already in #1957 . What exactly is pending to which I can contribute possibly?

@nouiz
Copy link
Member Author
nouiz commented Jan 15, 2016

It need at least a rebase.

Otherwise, there was suggested update, to call our other ops when possible.
This would make it work in some cases on the GPU.

If you continue this, start by a rebase and make a new PR. Maybe there will
be fix needed.

On Fri, Jan 15, 2016 at 12:48 AM, Saatvik Shah notifications@github.com
wrote:

@nouiz https://github.com/nouiz I'd like to work on this issue if there
isnt anyone working on it, though there does seem to be some work done
already in #1957 #1957 . What
exactly is pending to which I can contribute possibly?


Reply to this email directly or view it on GitHub
#1216 (comment).

@nouiz nouiz modified the milestones: 0.9, 0.8 Feb 17, 2016
@mgermain mgermain changed the title Support the NumPy 1.7 pad fct. Support the NumPy pad fct. Sep 22, 2016
@nouiz nouiz removed this from the 0.9 milestone Nov 25, 2016
@kvmanohar22
Copy link
Contributor

Hello nouiz, I would like to work on this. #1957 has implemented part of this (I guess). What are the modifications that are supposed to be carried out further ?

@nouiz
Copy link
Member Author
nouiz commented Jan 18, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
0