标签: lua torch
鉴于任何火炬7张量,如何才能找到它的维数?
我想用它来检查一个特定的张量是否是一维的,但我对一般的张量感到好奇。
答案 0 :(得分:1)
t:dim()
我建议您阅读此处的文档:https://github.com/torch/torch7/blob/master/doc/tensor.md