You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
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
changed the title
tensorlayerx.nn以paddle为backend时没有MaxUnPool2D/Upsample/Pad2d,但paddle.nn有
tensorlayerx.nn以paddle为backend时没有MaxUnPool2D/Pad2d,但paddle.nn有
Nov 29, 2022
(1)paddle.nn.MaxUnPool2D(kernel_size, stride=None, padding=0, data_format='NCHW', output_size=None, name=None)
构建 MaxUnPool2D 类的一个可调用对象,根据输入的 input 和最大值位置计算出池化的逆结果。所有非最大值设置为零。
更多函数说明见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
The text was updated successfully, but these errors were encountered: