当前位置:网站首页>Usage of permute() function in pytorch
Usage of permute() function in pytorch
2022-08-03 03:02:00 【Mick..】
permute() function is used for dimension transformation.It often appears in image processing. For example, the read image is in numpy format, which is (h, w, c), but the data processed by torch is (c, h, w).So this function is often used
import torch##Conform to a normal distribution with mean 0 and variance 1x=torch.randn(2,3,5)print(x.size())##Dimension transformationx=torch.permute(x,(2,0,1))print(x.size())
边栏推荐
- 吴恩达深度学习deeplearning.ai——第一门课:神经网络与深度学习——第一节:深度学习概论
- MATLAB绘制填充图(X轴上下两种颜色)
- 【Swoole系列3.3】单进程管理Process
- 一个循环,两个循环问题的思考及复现
- PHICOMM(斐讯)N1盒子 - Armbian5.77(Debian 9)配置自动连接WIFI无线网络
- LVS-NAT模式【案例实验】
- Greenplum database failure analysis, can not listen to the port
- .NET深入解析LINQ框架(四:IQueryable、IQueryProvider接口详解)
- 45部署LVS-DR群集
- numpy PIL tensor之间的相互转换
猜你喜欢
随机推荐
44LVS负载均衡群集-NAT
10大领域5大过程47子过程快速记忆
高并发基石:多线程、守护线程、线程安全、线程同步、互斥锁,一文扫尽!...
Guidelines for the use of SVA in UVM
qt opengl 使用不同的颜色绘制线框三角形
iNFTnews | 元宇宙的潜力:一股推动社会进步的力量
10. SAP ABAP OData 服务如何支持修改(Update)操作
13-security其他.md
【Flink】使用arthas在线诊断flink的那些事
【Gopher 学个函数】边学边练,简单为 Go 上个分
PHICOMM(斐讯)N1盒子 - Armbian5.77(Debian 9)配置自动连接WIFI无线网络
List转Map的几种方式
自己做的选择
45部署LVS-DR群集
flask-socketio实现websocket通信
怎么做postgrsql主备?
提高测试覆盖率的四大步骤
吴恩达深度学习deeplearning.ai——第一门课:神经网络与深度学习——第一节:深度学习概论
apache-activemq-5.14.1
[NCTF2019]SQLi-1||SQL Injection