半夜放水

关注

pytorch的tf.reshape

半夜放水

关注

阅读 29

2022-07-27


view

>>> import torch
>>> a = torch.randn(10, 480, 640, 3)
>>> b=a.view([480,10,640,3])
>>> b.size()

(480L, 10L, 640L, 3L)


相关推荐

木樨点点

tf.reshape

木樨点点 149 0 0

工程与房产肖律师

tf.reshape()

工程与房产肖律师 68 0 0

佛贝鲁先生

PyTorch reshape和view的区别

佛贝鲁先生 100 0 0

向上的萝卜白菜

pytorch的tf.slice

向上的萝卜白菜 67 0 0

干自闭

pytorch的tf.transpose

干自闭 85 0 0

邯唐情感

【chatgpt】 PyTorch中reshape和view

邯唐情感 28 0 0

君心浅语

Pytorch使用教学5-视图view与reshape的区别

君心浅语 33 0 0

斗米

关于张量的Flatten、Reshape和Squeeze的解释 | Pytorch系列(六)

斗米 248 0 0

小沙坨

矩阵维度变换reshape函数在matlab,Numpy,Pytorch中的使用

小沙坨 124 0 0

萨科潘

【水】pytorch:torch.reshape和torch.Tensor.view的区别

萨科潘 14 0 0

精彩评论(0)

0 0 举报