Pytorch-Image-Classification icon indicating copy to clipboard operation
Pytorch-Image-Classification copied to clipboard

output shape为什么第一个维度都是-1

Open qwerdf4 opened this issue 2 years ago • 1 comments
trafficstars

output shape为什么第一个维度都是-1

qwerdf4 avatar Aug 22 '23 12:08 qwerdf4

-1是自动计算的意思,实际上第一个-1就是代表第一个维度是batch

Kedreamix avatar Aug 25 '23 01:08 Kedreamix