Skip to content

Commit

Permalink
Increase L1 size to 3072
Browse files Browse the repository at this point in the history
  • Loading branch information
linrock committed Apr 30, 2024
1 parent 2db3787 commit 547780c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from feature_transformer import DoubleFeatureTransformerSlice

# 3 layer fully connected network
L1 = 2560
L1 = 3072
L2 = 15
L3 = 32

Expand Down

0 comments on commit 547780c

Please sign in to comment.