Now in this example .ones(rows,columns,channels)
but in output rows are 5 , columns are 3 and channels are 5
why is it coming so ?
also can you explain the channels ?
Tensor quantity
Now in this example .ones(rows,columns,channels) but in output rows are 5 , columns are 3 and channels are 5 why is it coming so ? also can you explain the channels ?
hi can i get the link of the codes in the course
pls reply as it has been many days ?
Hello @coding123c,
Yes so here rows are 5 and the rows inside sub matrix are 5 and the columns are 3.Like for example I use np.ones((3,2,3),dtype=‘uint8’).
So it will 3 matrix with dimension 2X3.
I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.
On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.