提交 2c3ebe7b 编写于 作者: G gaotingquan 提交者: Tingquan Gao

fix batch_size to avoid oom

上级 970773de
...@@ -20,7 +20,7 @@ distill_train:null ...@@ -20,7 +20,7 @@ distill_train:null
to_static_train:-o Global.to_static=True to_static_train:-o Global.to_static=True
null:null null:null
## ##
===========================eval_params=========================== ===========================eval_params===========================
eval:tools/eval.py -c ppcls/configs/ImageNet/DeiT/DeiT_base_patch16_224.yaml eval:tools/eval.py -c ppcls/configs/ImageNet/DeiT/DeiT_base_patch16_224.yaml
null:null null:null
## ##
...@@ -51,7 +51,7 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml ...@@ -51,7 +51,7 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml
null:null null:null
null:null null:null
===========================train_benchmark_params========================== ===========================train_benchmark_params==========================
batch_size:256 batch_size:128
fp_items:fp32|fp16 fp_items:fp32|fp16
epoch:1 epoch:1
model_type:norm_train|to_static_train model_type:norm_train|to_static_train
......
...@@ -20,7 +20,7 @@ distill_train:null ...@@ -20,7 +20,7 @@ distill_train:null
to_static_train:-o Global.to_static=True to_static_train:-o Global.to_static=True
null:null null:null
## ##
===========================eval_params=========================== ===========================eval_params===========================
eval:tools/eval.py -c ppcls/configs/ImageNet/DeiT/DeiT_tiny_patch16_224.yaml eval:tools/eval.py -c ppcls/configs/ImageNet/DeiT/DeiT_tiny_patch16_224.yaml
null:null null:null
## ##
...@@ -51,7 +51,7 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml ...@@ -51,7 +51,7 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml
null:null null:null
null:null null:null
===========================train_benchmark_params========================== ===========================train_benchmark_params==========================
batch_size:256 batch_size:128
fp_items:fp32|fp16 fp_items:fp32|fp16
epoch:1 epoch:1
model_type:norm_train|to_static_train model_type:norm_train|to_static_train
......
...@@ -50,7 +50,7 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml ...@@ -50,7 +50,7 @@ inference:python/predict_cls.py -c configs/inference_cls.yaml
-o Global.benchmark:False -o Global.benchmark:False
null:null null:null
===========================train_benchmark_params========================== ===========================train_benchmark_params==========================
batch_size:256|512 batch_size:256
fp_items:fp32|fp16 fp_items:fp32|fp16
epoch:1 epoch:1
model_type:norm_train|to_static_train model_type:norm_train|to_static_train
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册