File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -118,4 +118,4 @@ python3 -u ../../../tools/trainer.py -m config_bigdata.yaml
118118python3 -u ../../../tools/infer.py -m config_bigdata.yaml
119119```
120120
121- 期待预测auc为0.65
121+ 期待预测auc为0.66
Original file line number Diff line number Diff line change @@ -17,16 +17,16 @@ runner:
1717 train_reader_path : " NAMLDataReader" # importlib format
1818 use_gpu : False
1919 train_batch_size : 50
20- epochs : 3
20+ epochs : 2
2121 print_interval : 10
2222 # model_init_path: "output_model/0" # init model
2323 model_save_path : " output_model_all"
2424 infer_batch_size : 10
2525 infer_reader_path : " NAMLDataReader" # importlib format
2626 test_data_dir : " ../../../datasets/MIND/data/test"
2727 infer_load_path : " output_model_all"
28- infer_start_epoch : 3
29- infer_end_epoch : 4
28+ infer_start_epoch : 1
29+ infer_end_epoch : 2
3030
3131# hyper parameters of user-defined network
3232hyper_parameters :
You can’t perform that action at this time.
0 commit comments