why and where we should use tf.expand_dims()? #454
Replies: 1 comment
-
Hey @BhawitBalodi , when training the model, the code forms batches of data to make training computationally faster. This means each training batch gets converted into small mini-batches. Each of these mini-batches have shape as |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
why and where we should use tf.expand_dims()?
Please can anyone tell the logic behind this.
Beta Was this translation helpful? Give feedback.
All reactions