未验证 提交 eebefecb 编写于 作者: T Tingquan Gao 提交者: GitHub

benchmark: fp16 -> amp (#8422)

* benchmark: fp16 -> amp

* revert
上级 e47f4350
...@@ -51,7 +51,7 @@ inference:./deploy/python/infer.py ...@@ -51,7 +51,7 @@ inference:./deploy/python/infer.py
null:null null:null
===========================train_benchmark_params========================== ===========================train_benchmark_params==========================
batch_size:90 batch_size:90
fp_items:fp32|fp16 fp_items:fp32|amp
epoch:1 epoch:1
repeat:1 repeat:1
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile --profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
......
...@@ -51,7 +51,7 @@ inference:./deploy/python/infer.py ...@@ -51,7 +51,7 @@ inference:./deploy/python/infer.py
null:null null:null
===========================train_benchmark_params========================== ===========================train_benchmark_params==========================
batch_size:64 batch_size:64
fp_items:fp32|amp fp_items:fp32|fp16
epoch:1 epoch:1
repeat:1 repeat:1
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile --profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
......
...@@ -51,7 +51,7 @@ inference:./deploy/python/infer.py ...@@ -51,7 +51,7 @@ inference:./deploy/python/infer.py
null:null null:null
===========================train_benchmark_params========================== ===========================train_benchmark_params==========================
batch_size:64 batch_size:64
fp_items:fp32|fp16 fp_items:fp32|amp
epoch:1 epoch:1
repeat:50 repeat:50
--profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile --profiler_options:batch_range=[10,20];state=GPU;tracer_option=Default;profile_path=model.profile
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册