Update config_finetuning.yaml
Browse files- config_finetuning.yaml +1 -1
config_finetuning.yaml
CHANGED
@@ -409,7 +409,7 @@ model:
|
|
409 |
total_var: tcc
|
410 |
|
411 |
training:
|
412 |
-
run_id:
|
413 |
fork_run_id: ${oc.decode:${oc.env:PRETRAINING_RUN_ID}}
|
414 |
load_weights_only: True
|
415 |
deterministic: False
|
|
|
409 |
total_var: tcc
|
410 |
|
411 |
training:
|
412 |
+
run_id: null
|
413 |
fork_run_id: ${oc.decode:${oc.env:PRETRAINING_RUN_ID}}
|
414 |
load_weights_only: True
|
415 |
deterministic: False
|