Skip to content

Commit

Permalink
Changed number of heads back to what it was before.
Browse files Browse the repository at this point in the history
  • Loading branch information
benedict-96 committed Oct 23, 2023
1 parent 342e2d6 commit 85e7df3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/transformer_analysis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ GeometricMachineLearning.Chain(d::AbstractNeuralNetworks.AbstractExplicitLayer,
image_dim = 28
patch_length = 7
transformer_dim = 49
n_heads = 1
n_layers = 16
n_heads = 7
n_layers = 1
number_of_patch = (image_dim÷patch_length)^2
batch_size = 2048
activation = softmax
Expand Down

0 comments on commit 85e7df3

Please sign in to comment.