Spaces:
Runtime error
Runtime error
new size
Browse files- 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 =
|
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"
|