Why is there an additional "None" dimension in the tensor shape when uploading a dataset to Activeloop Hub?

Viewed 90
1 Answers

The none dimension is present because some of the images might have three channels and the others have four, so dynamic dimensions are shown as None.

Related