Skip to content
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

tensorlayerx.nn以paddle为backend时没有MaxUnPool2D/Pad2d,但paddle.nn有 #48

Open
zhxiucui opened this issue Nov 18, 2022 · 0 comments

Comments

@zhxiucui
Copy link

zhxiucui commented Nov 18, 2022

(1)paddle.nn.MaxUnPool2D(kernel_size, stride=None, padding=0, data_format='NCHW', output_size=None, name=None)
构建 MaxUnPool2D 类的一个可调用对象,根据输入的 input 和最大值位置计算出池化的逆结果。所有非最大值设置为零。
image
更多函数说明见https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/nn/MaxUnPool2D_cn.html

(2)class paddle.nn.Pad2D(padding, mode='constant', value=0.0, data_format='NCHW', name=None)
按照 padding、mode 和 value 属性对输入进行填充。更多函数说明见https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/nn/Pad2D_cn.html

@zhxiucui zhxiucui changed the title tensorlayerx.nn没有MaxUnPool2D/UpsamplingBilinear2d/Upsample/Pad2d,但paddle.nn有 tensorlayerx.nn以paddle为backend时没有MaxUnPool2D/Upsample/Pad2d,但paddle.nn有 Nov 21, 2022
@zhxiucui zhxiucui changed the title tensorlayerx.nn以paddle为backend时没有MaxUnPool2D/Upsample/Pad2d,但paddle.nn有 tensorlayerx.nn以paddle为backend时没有MaxUnPool2D/Pad2d,但paddle.nn有 Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant