Created
September 10, 2022 20:08
-
-
Save radi-cho/7b654afdb34950af1bdbb723a6acd7ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gmlp_blocks = keras.Sequential( | |
[gMLPLayer(num_patches, embedding_dim, dropout_rate) for _ in range(num_blocks)] | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment