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
Thank you for sharing your work, but I have a question about the output dimension of the highway network in BiDAF.
In the original paper, the author said: The outputs of the Highway Network are two sequences of d-dimensional vectors, or more conveniently, two matrices: X∈R^{d×T} for the context and Q∈R^{d×J} for the query.
So, I think that the input dimension of embedding is 2d and output is d.
Hope you can answer this question.
Best regards.
The text was updated successfully, but these errors were encountered:
Thank you for sharing your work, but I have a question about the output dimension of the highway network in BiDAF.
In the original paper, the author said:
The outputs of the Highway Network are two sequences of d-dimensional vectors, or more conveniently, two matrices: X∈R^{d×T} for the context and Q∈R^{d×J} for the query.
So, I think that the input dimension of embedding is 2d and output is d.
Hope you can answer this question.
Best regards.
The text was updated successfully, but these errors were encountered: