"docs/source/vscode:/vscode.git/clone" did not exist on "d74561da2c6f531c6a6061e3582f9fda4fc70500"
Commit 9b8c0ef3 authored by LDOUBLEV's avatar LDOUBLEV
Browse files

fix yml

parent 1c7f9306
Global: Global:
use_gpu: True use_gpu: True
epoch_num: 300 epoch_num: 60
log_smooth_window: 20 log_smooth_window: 20
print_batch_step: 50 print_batch_step: 50
save_model_dir: ./output/kie_5/ save_model_dir: ./output/kie_5/
...@@ -13,7 +13,7 @@ Global: ...@@ -13,7 +13,7 @@ Global:
# you should set load_static_weights as False. # you should set load_static_weights as False.
load_static_weights: False load_static_weights: False
cal_metric_during_train: False cal_metric_during_train: False
pretrained_model: ./output/kie_4/best_accuracy pretrained_model:
checkpoints: checkpoints:
save_inference_dir: save_inference_dir:
use_visualdl: False use_visualdl: False
...@@ -108,4 +108,4 @@ Eval: ...@@ -108,4 +108,4 @@ Eval:
shuffle: False shuffle: False
drop_last: False drop_last: False
batch_size_per_card: 1 # must be 1 batch_size_per_card: 1 # must be 1
num_workers: 4 num_workers: 4
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment