Skip to content

Commit ef7b1cc

Browse files
committed
Share configs across experiments
1 parent 2927107 commit ef7b1cc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

experiments/2-yandex-compression/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ test_sessions: [ 15_000_000,20_000_000 ]
3636
hydra:
3737
searchpath:
3838
- pkg://clax.config
39-
- file://${oc.env:PWD}/../launcher
39+
- file://${oc.env:PWD}/../config

experiments/3-baidu-ultr-embeddings/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ test_sessions: [1_000_000_000, 1_210_257_130]
3636
hydra:
3737
searchpath:
3838
- pkg://clax.config
39-
- file://${oc.env:PWD}/../launcher
39+
- file://${oc.env:PWD}/../config

experiments/4-baidu-ultr-features/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ test_rel_sessions: [0, 7_008]
3333
hydra:
3434
searchpath:
3535
- pkg://clax.config
36-
- file://${oc.env:PWD}/../launcher
36+
- file://${oc.env:PWD}/../config

experiments/5-mixture-model/config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ defaults:
99
models: [dctr,rctr,pbm]
1010

1111
random_state: 42
12-
dataset_dir: /Users/philipphager/Documents/GitHub/clix/clax-datasets
13-
result_dir: /Users/philipphager/Documents/GitHub/clix/results
12+
dataset_dir: ./clax-datasets
13+
result_dir: ./clax-results
1414
experiment: "5-mixture-model"
1515

1616
# Configure based on available hardware:
@@ -35,4 +35,4 @@ test_rel_sessions: [0, 7_008]
3535
hydra:
3636
searchpath:
3737
- pkg://clax.config
38-
- file://${oc.env:PWD}/../launcher
38+
- file://${oc.env:PWD}/../config

0 commit comments

Comments
 (0)