Skip to content

Commit

Permalink
fix benchmark (PaddlePaddle#613)
Browse files Browse the repository at this point in the history
* fix benchmark

* fix benchmark

* update benchmark FOMM epoch

* fix benchmark
  • Loading branch information
mmglove authored Apr 21, 2022
1 parent 3dcabc4 commit 0908e54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test_tipc/configs/StyleGANv2/train_infer_python.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ null:null
--benchmark:True
null:null
===========================train_benchmark_params==========================
batch_size:8|16
batch_size:8
fp_items:fp32
epoch:100
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
flags:null
===========================infer_benchmark_params==========================
random_infer_input:[{float32,[1,512]}, {float32,[1]}]
random_infer_input:[{float32,[1,512]}, {float32,[1]}]

0 comments on commit 0908e54

Please sign in to comment.