Update train_config/config.json
Browse files- train_config/config.json +1 -1
train_config/config.json
CHANGED
@@ -30,5 +30,5 @@
|
|
30 |
"st_hidden_size": 64,
|
31 |
"lin_hidden_size": 128,
|
32 |
"time_steps": 12,
|
33 |
-
"pretrain_ST_model_path":"./
|
34 |
}
|
|
|
30 |
"st_hidden_size": 64,
|
31 |
"lin_hidden_size": 128,
|
32 |
"time_steps": 12,
|
33 |
+
"pretrain_ST_model_path":"./checkpoints/st_encoder/pretrain_stencoder.pth"
|
34 |
}
|