From 029223c6074b54ef4bed3cbebc5517deae306d90 Mon Sep 17 00:00:00 2001 From: WenmuZhou <572459439@qq.com> Date: Tue, 5 Jul 2022 09:48:26 +0000 Subject: [PATCH] reduce epoch_num --- test_tipc/configs/en_table_structure/table_mv3.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_tipc/configs/en_table_structure/table_mv3.yml b/test_tipc/configs/en_table_structure/table_mv3.yml index 6df5a1a2..281038b9 100755 --- a/test_tipc/configs/en_table_structure/table_mv3.yml +++ b/test_tipc/configs/en_table_structure/table_mv3.yml @@ -1,10 +1,10 @@ Global: use_gpu: true - epoch_num: 400 + epoch_num: 10 log_smooth_window: 20 print_batch_step: 5 save_model_dir: ./output/table_mv3/ - save_epoch_step: 400 + save_epoch_step: 3 # evaluation is run every 400 iterations after the 0th iteration eval_batch_step: [0, 400] cal_metric_during_train: True -- GitLab