4d tensor

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了4d tensor相关的知识,希望对你有一定的参考价值。

偶然在一个ppt中看到了如下关于tensor的解释,清晰明白,所以post在这里,以备后续查看

 

技术分享

根据这个理解:

theano中的input(4d tensor):【mini-batch size, number of input feature maps, image height, image width】

例如:【100, 10, 12,12】

技术分享

weight matrix (4d tensor): 【 number of feature maps at layer m,number of feature maps at layer m-1, filter height, filter width】

例如:【10,20, 5,5】

技术分享

 

以上是关于4d tensor的主要内容,如果未能解决你的问题,请参考以下文章

python常用代码

如何在4d张量中为k个最大元素创建单热张量?

Shader2.0的顶点着色器和片段着色器

Flutterflutter doctor 报错Android license status unknown. Run `flutter doctor --android-licenses‘(代码片段

TensorFlow.js:那两个张量相等吗?

inference样例