Skip to content

Can you explain why batch_input size ? #12

@bikachu

Description

@bikachu

Hello,

I am a beginner to neural networks. Can you explain why
batch_input_ = tf.transpose(batch_input, perm=[2, 0, 1])
X = tf.transpose(batch_input_) ?
I know this is equivalent to

X = tf.transpose(batch_input, perm = [1,0,2]

but why do we need to reshape batch_input size and can you explain more about batch input size?

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions