psaegert
commited on
Make paths BCNF_ROOT relative
Browse files
trajectory_FC_large/config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"config_path": "/
|
|
|
1 |
+
{"config_path": "{{BCNF_ROOT}}/configs/runs/trajectory_FC_large.yaml"}
|
trajectory_FC_small/config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"config_path": "/
|
|
|
1 |
+
{"config_path": "{{BCNF_ROOT}}/configs/runs/trajectory_FC_small.yaml"}
|
trajectory_LSTM_large/config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"config_path": "/
|
|
|
1 |
+
{"config_path": "{{BCNF_ROOT}}/configs/runs/trajectory_LSTM_large.yaml"}
|
trajectory_LSTM_small/config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"config_path": "configs/runs/trajectory_LSTM_small.yaml"}
|
|
|
1 |
+
{"config_path": "{{BCNF_ROOT}}/configs/runs/trajectory_LSTM_small.yaml"}
|
trajectory_TRF_large/config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"config_path": "/
|
|
|
1 |
+
{"config_path": "{{BCNF_ROOT}}/configs/runs/trajectory_TRF_large.yaml"}
|
trajectory_TRF_small/config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"config_path": "configs/runs/trajectory_TRF_small.yaml"}
|
|
|
1 |
+
{"config_path": "{{BCNF_ROOT}}/configs/runs/trajectory_TRF_small.yaml"}
|
videos_CNN_large/config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"config_path": "/
|
|
|
1 |
+
{"config_path": "{{BCNF_ROOT}}/configs/runs/videos_CNN_large.yaml"}
|