PaddlePaddle / PaddleGAN

PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, Wav2Lip, picture repair, image editing, photo2cartoon, image style transfer, GPEN, and so on.
Apache License 2.0
7.86k stars 1.25k forks source link

【benchmark】fix new profiler #794

Closed mmglove closed 1 year ago

mmglove commented 1 year ago

【benchmark】fix new profiler profile : https://www.paddlepaddle.org.cn/documentation/docs/zh/guides/performance_improving/profiling_model.html#chakanxingnengshujudetongjibiaodan

cmd: python tools/train.py ... --profiler_options="batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile;timer_only=True"

python tools/train.py ... --profiler_options="batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile;timer_only=False"