Skip to content

Commit

Permalink
[TIPC] Remove fp16 in esrgan benchmark (PaddlePaddle#724)
Browse files Browse the repository at this point in the history
* remove fp16 in esrgan benchmark

* remove benchmark in aotgan & GFPGAN

Co-authored-by: Birdylx <Birdylx@users.noreply.github.com>
  • Loading branch information
Birdylx and Birdylx authored Nov 11, 2022
1 parent 9e22482 commit fefd75f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
8 changes: 0 additions & 8 deletions test_tipc/configs/GFPGAN/train_infer_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,3 @@ null:null
null:null
--benchmark:False
null:null
===========================train_benchmark_params==========================
batch_size:8
fp_items:fp32
epoch:100
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:FLAGS_cudnn_exhaustive_search=1
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[1, 512]}, {float32,[1]}]
8 changes: 0 additions & 8 deletions test_tipc/configs/aotgan/train_infer_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,3 @@ null:null
null:null
--benchmark:True
null:null
===========================train_benchmark_params==========================
batch_size:1
fp_items:fp32
epoch:10
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[3,256,256]}]
2 changes: 1 addition & 1 deletion test_tipc/configs/esrgan/train_infer_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ null:null
null:null
===========================train_benchmark_params==========================
batch_size:32|64
fp_items:fp32|fp16
fp_items:fp32
total_iters:500
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:FLAGS_cudnn_exhaustive_search=1

0 comments on commit fefd75f

Please sign in to comment.