You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi folks,
I would like some insight regarding section 3.1 (computer vision prior to the use of CNN).
When we setup the model training per batch,
the input tensors are [32, 1, 28, 28] and predicted tensors are [32, 784].
After flattening, the input tensor will become [32, 784],
I was used to the notion of having '1-d' vectors as inputs for training but
I see that the input looks more like a matrix now. Can you shed some light how this works?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks,
I would like some insight regarding section 3.1 (computer vision prior to the use of CNN).
When we setup the model training per batch,
the input tensors are [32, 1, 28, 28] and predicted tensors are [32, 784].
After flattening, the input tensor will become [32, 784],
I was used to the notion of having '1-d' vectors as inputs for training but
I see that the input looks more like a matrix now. Can you shed some light how this works?
Thank you for your time,
Kostas
btw, the class is AWESOME!
Beta Was this translation helpful? Give feedback.
All reactions