File tree Expand file tree Collapse file tree 1 file changed +60
-0
lines changed
test_tipc/configs/train_eular_beam Expand file tree Collapse file tree 1 file changed +60
-0
lines changed Original file line number Diff line number Diff line change
1
+ ===========================train_params===========================
2
+ model_name:euler_beam
3
+ python:python3.10
4
+ gpu_list:0
5
+ Global.use_gpu:null
6
+ null:null
7
+ null:null
8
+ null:null
9
+ null:null
10
+ null:null
11
+ train_model_name:latest
12
+ train_infer_img_dir:null
13
+ null:null
14
+ ##
15
+ trainer:norm_train
16
+ norm_train:/examples/euler_beam/euler_beam.py
17
+ pact_train:null
18
+ fpgm_train:null
19
+ distill_train:null
20
+ null:null
21
+ null:null
22
+ ##
23
+ ===========================eval_params===========================
24
+ eval:null
25
+ null:null
26
+ ##
27
+ ===========================infer_params===========================
28
+ Global.save_inference_dir:./output/
29
+ Global.checkpoints:
30
+ norm_export:null
31
+ quant_export:null
32
+ fpgm_export:null
33
+ distill_export:null
34
+ export1:null
35
+ export2:null
36
+ inference_dir:null
37
+ train_model:null
38
+ infer_export:tools/export_model.py -c null -o
39
+ infer_quant:False
40
+ inference:tools/infer/predict_det.py
41
+ --use_gpu:True
42
+ --enable_mkldnn:null
43
+ --cpu_threads:null
44
+ --rec_batch_num:1
45
+ --use_tensorrt:null
46
+ --precision:fp32
47
+ --det_model_dir:
48
+ --image_dir:null
49
+ null:null
50
+ --benchmark:True
51
+ null:null
52
+ ===========================train_benchmark_params==========================
53
+ batch_size:1
54
+ fp_items:fp32
55
+ epoch:20
56
+ --profiler_options:batch_range=[1,1];state=GPU;tracer_option=Default;profile_path=model.profile
57
+ flags:FLAGS_eager_delete_tensor_gb=0.0;FLAGS_fraction_of_gpu_memory_to_use=0.98;FLAGS_conv_workspace_size_limit=0
58
+ ===========================prepare_params==========================
59
+ download_dataset:
60
+ pip:pip
You can’t perform that action at this time.
0 commit comments