Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTransformer inputs [batch_size, input_length, 1, hidden_dim] #1776
Comments
|
I think all inputs are treated as two dimensional, so the framework can generalize to images easily. |
maybe,thanks a lot. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Transformer inputs [batch_size, input_length, 1, hidden_dim],
I want to know why inputs shape is not [batch_size, input_length, hidden_dim], have some reasons?please tell me ,thank you
...
Environment information
For bugs: reproduction and error logs