Discussion about this post

User's avatar
JR$31's avatar

Very nice post, thanks!

Just a question:

```

class SimpleTransformer(nn.Module):

...

embedding += self.pos_encoder(embedding) # This line seems to add an extra embedding, right?

...

```

Expand full comment
1 more comment...

No posts