Skip to content

Self Attention Implementation issue #382

Answered by rasbt
pverma3 asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for sharing, I can see the issue now 😊

In your code,

d_in = inputs.shape[0]

should be

d_in = inputs.shape[1]

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@pverma3
Comment options

@rasbt
Comment options

Answer selected by rasbt
@pverma3
Comment options

@rasbt
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants