issues Search Results · repo:tensorlayer/TensorLayerX language:Python
Filter by
31 results
(101 ms)31 results
intensorlayer/TensorLayerX (press backspace or delete to remove)New Issue Checklist
- [ x ] I have read the Contribution Guidelines
- [ x ] I searched for existing GitHub issues
Issue Description
When running with tensorflow as backend, it gives this error which ...
AnsonCNS
- 5
- Opened on Aug 29, 2023
- #77
New Issue Checklist
- [×] I have read the Contribution Guidelines
- [×] I searched for existing GitHub issues
Issue Description
Pytorch后端模型定义NHWC和NCHW数据格式主要是定以数据和模型后传到设备时用.to( cuda:0 , memory_format=torch.channels_last)确定。 ...
Windaway
- Opened on Feb 7, 2023
- #69
Issue Description
When I test my pspnet model, I find if not use with torch.no_grad() or gradient() , the gpu memory will be full after
testing several photos. I guess set_eval() function seems to have ...
qzhiyue
- 1
- Opened on Jan 6, 2023
- #59
New Issue Checklist
- [ ] I have read the Contribution Guidelines
- [ ] I searched for existing GitHub issues
Issue Description
[INSERT DESCRIPTION OF THE PROBLEM]
Reproducible Code
- Which ...
zhxiucui
- Opened on Dec 5, 2022
- #55
paddle.nn.InstanceNorm2D(num_features, epsilon=1e-05, momentum=0.9, weight_attr=None, bias_attr=None, data_format= NCHW
, name=None) image
更多见接口文档https://www.paddlepaddle.org.cn/documentation/docs/zh/2.3/api/paddle/nn/InstanceNorm2D_cn.html#instancenorm2d ...
zhxiucui
- Opened on Dec 1, 2022
- #53
New Issue Checklist
- [ ] I have read the Contribution Guidelines
- [ ] I searched for existing GitHub issues
Issue Description
[INSERT DESCRIPTION OF THE PROBLEM]
Reproducible Code
- Which ...
zhxiucui
- Opened on Nov 25, 2022
- #52
New Issue Checklist
- [ ] I have read the Contribution Guidelines
- [ ] I searched for existing GitHub issues
Issue Description
[INSERT DESCRIPTION OF THE PROBLEM]
Reproducible Code
- Which ...
zhxiucui
- Opened on Nov 24, 2022
- #51
(1)paddle.nn.functional.max_pool2d()函数用来构建 max_pool2d 类的一个可调用对象,其将构建一个二维平均池化层,根据输入参数 kernel_size, stride, padding
等参数对输入做最大池化操作。 image
更多函数说明见https://www.paddlepaddle.org.cn/documentation/docs/zh/api/paddle/nn/functional/max_pool2d_cn.html ...
zhxiucui
- 1
- Opened on Nov 18, 2022
- #50
paddle源码class paddle.nn.Conv2DTranspose(in_channels, out_channels, kernel_size, stride=1, padding=0, output_padding=0,
groups=1, dilation=1, weight_attr=None, bias_attr=None, data_format= NCHW ) 其中,output_padding ...
zhxiucui
- 1
- Opened on Nov 18, 2022
- #49

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.