reomve load_static_weights
This commit is contained in:
parent
0a28221d76
commit
7e0324a4de
|
@ -8,7 +8,6 @@ Global:
|
||||||
# evaluation is run every 5000 iterations after the 4000th iteration
|
# evaluation is run every 5000 iterations after the 4000th iteration
|
||||||
eval_batch_step: [0, 1000]
|
eval_batch_step: [0, 1000]
|
||||||
# if pretrained_model is saved in static mode, load_static_weights must set to True
|
# if pretrained_model is saved in static mode, load_static_weights must set to True
|
||||||
load_static_weights: True
|
|
||||||
cal_metric_during_train: True
|
cal_metric_during_train: True
|
||||||
pretrained_model:
|
pretrained_model:
|
||||||
checkpoints:
|
checkpoints:
|
||||||
|
|
Loading…
Reference in New Issue