Skip to content

Commit

Permalink
Fix v7.11 config
Browse files Browse the repository at this point in the history
  • Loading branch information
psaegert committed Feb 19, 2025
1 parent 69c19b3 commit 63e95ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion configs/v7.11/skeleton_pool_train.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
expression_space: './expression_space.yaml'
holdout_pools: [
# "{{ROOT}}/data/ansr-data/v7.11/skeleton_pool_val/",
"{{ROOT}}/data/ansr-data/v7.11/skeleton_pool_val/",
"{{ROOT}}/data/ansr-data/test_set/soose_nc/skeleton_pool/",
"{{ROOT}}/data/ansr-data/test_set/feynman/skeleton_pool/",
"{{ROOT}}/data/ansr-data/test_set/nguyen/skeleton_pool/",
Expand Down
6 changes: 3 additions & 3 deletions configs/v7.11/skeleton_pool_val.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ holdout_pools: [
sample_strategy:
n_operator_distribution: "length_exponential"
min_operators: 0
max_operators: 10
power: 0.8
max_operators: 15
power: 1
lambda: 1
max_length: 21
max_length: 31
max_tries: 1
independent_dimensions: True

Expand Down

0 comments on commit 63e95ae

Please sign in to comment.