-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add python API for im2sequence op #7595
Add python API for im2sequence op #7595
Conversation
Do we have to use the name |
@JiayiFeng Thx. |
python/paddle/v2/fluid/layers/nn.py
Outdated
stride=1, | ||
padding=0, | ||
name=None, | ||
layer_attr=None): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
param_attr
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thx. Removed layer_attr / param_attr because this hasn't parameter.
Add python API for im2sequence op
fix #7594
Notice: this pr depend on #4866