当前位置:网站首页>Basic functions of pytorch tensor
Basic functions of pytorch tensor
2022-07-27 19:57:00 【Roaming vegetable chicken】
In exchange for tensor dimension :torch.Tensor.permute (Python method, in torch.Tensor)
https://zhuanlan.zhihu.com/p/76583143
https://blog.csdn.net/york1996/article/details/81876886
tensor initialization ( Uniform distribution 、 Normal distribution ...):torch.nn.init
https://blog.csdn.net/dss_dssssd/article/details/83959474
tensor Transform to model trainable parameter:torch.nn.Parameter()
https://www.jianshu.com/p/d8b77cc02410
tensor Multiplication :torch.matual()
https://blog.csdn.net/qsmx666/article/details/105783610
tensor Splicing torch.cat()、 Dimension expansion torch.Tensor.expand()、 Compress torch.squeeze()、 repeat torch.Tensor.repeat()、 deformation torch.Tensor.view()、 Change the size torch.Tensor.resize_():
https://www.cnblogs.com/jiangkejie/p/10683531.html
tensor Transposition :torch.Tensor.t()
https://blog.csdn.net/choupeng8596/article/details/100809964
tensor Sum of one dimension :torch.sum()
https://blog.csdn.net/qq_39463274/article/details/105145029
边栏推荐
- ContextMenu (context menu)
- PMP每日一练 | 考试不迷路-7.27(包含敏捷+多选)
- GestureOverlayView(手势识别2)
- Oracle 简单的高级查询
- RadioGroup(单选框)
- Flink introduction and operation architecture
- Fileoutputstream (file storage) and FileInputStream (file reading)
- 贪心
- No experts! Growth secrets for junior and intermediate programmers and "quasi programmers" who are still practicing in Universities
- Built in module 10.18
猜你喜欢
随机推荐
[basic knowledge of deep learning - 38] the difference between L1 regularization and L2 regularization
ContentProvider of four components
Radiogroup (radio box)
Virtualbox:ssh connection
Object常用方法学习【clone和equals】
pytorch lstm+attention
Unity-FairyGUI播放视频(Lua)
C#网络应用编程,实验一:WPF练习
SharePreference(存储)
JS 事件监听 鼠标 键盘 表单 页面 onclick onkeydown onChange
11.2DHCP
Session攻击
NAT 11.16
Togglebutton (button switch)
使用VS编译NCNN
Flink introduction and operation architecture
MarqueeTextview(跑马灯)
IDEA:解决代码没有提示问题
常见运算符9.21
How powerful can top "hackers" be? Internet access without signal, expert: high-end operation!









