Skip to content
Discussion options

You must be logged in to vote

Hi, the main problem of your setup is the choice d_model=n_heads=4. Using instead:

vit_module = ViT( num_layers=1, d_model=16, n_heads=4, patch_size=2, transl_invariant=True )

you can already get something reasonable with a simulation of few seconds:

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@PhilipVinc
Comment options

Comment options

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

@riccardo-rende
Comment options

@joeshale
Comment options

@llviteritti
Comment options

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