Replies: 1 comment 1 reply
-
Hello, no there does not exist such a layer. You can look through the examples under https://keras.io/examples/ and will find a few that use transformers and that you may use for starting your own implementation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello guys, I'm beginner learning Keras.
Is Keras library have existed transformer layers class can use? (Just like torch
nn.TransformerEncoderLayer
)If not, does it mean have to build by self?
Any awnsers or guides will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions