Xmaster6y commited on
Commit
ffb8c37
1 Parent(s): 3b6ef01
Files changed (1) hide show
  1. src/constants.py +1 -1
src/constants.py CHANGED
@@ -16,7 +16,7 @@ MODEL_NAME = "lc0-10-4238.onnx"
16
  SAE_CONFIG = "debug"
17
  LAYER = 9
18
  ACTIVATION_DIM = 256
19
- DICTIONARY_SIZE = 7680
20
  PRE_BIAS = False
21
  INIT_NORMALISE_DICT = None
22
  FEATURE_DATASET = "Xmaster6y/lczero-planning-features"
 
16
  SAE_CONFIG = "debug"
17
  LAYER = 9
18
  ACTIVATION_DIM = 256
19
+ DICTIONARY_SIZE = 2048
20
  PRE_BIAS = False
21
  INIT_NORMALISE_DICT = None
22
  FEATURE_DATASET = "Xmaster6y/lczero-planning-features"