Merge pull request #2071 from RainFrost1/dynamic_benchmark

add r50 dynamic fp16 train for benchmark
pull/2072/head
Walter 2022-06-16 13:59:47 +08:00 committed by GitHub
commit 1c3212876c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -51,6 +51,6 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml
null:null
null:null
===========================train_benchmark_params==========================
batch_size:128
fp_items:amp_fp16
batch_size:128|256
fp_items:ampfp16
epoch:1

View File

@ -51,6 +51,6 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml
null:null
null:null
===========================train_benchmark_params==========================
batch_size:128
fp_items:pure_fp16
batch_size:128|256
fp_items:purefp16
epoch:1