Skip to content

Commit 0cbd8c3

Browse files
committed
fix: Path for training config
1 parent 95b4e21 commit 0cbd8c3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

configs/trainer.docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ model:
8484
lambda_lp: 1.0
8585

8686
gemd_mu: 1.0
87-
gemd_distance_matrix_path: "/app/configs/resources/maxsub.json"
87+
gemd_distance_matrix_path: "/configs/resources/maxsub.json"
8888

8989
optimizer:
9090
lr: 0.0002

configs/trainer.local.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ model:
8585
lambda_lp: 1.0
8686

8787
gemd_mu: 1.0
88-
gemd_distance_matrix_path: "configs/resources/maxsub.json"
88+
gemd_distance_matrix_path: "../../configs/resources/maxsub.json"
8989

9090
optimizer:
9191
lr: 0.0002

0 commit comments

Comments
 (0)