396 Commits

Author SHA1 Message Date
gmm
e0e14d2979
【benchmark】update MobileNetV2 benchmark batch_size (#3274)
* add max_memory_reserved for benchmark

* change unit

* fix

* fix nvidia-dali-cuda110;DLTP-54994

* add use_fused_attn=True  for benchmark

* Update MobileNetV2_train_infer_python.txt
2024-10-12 17:34:58 +08:00
wanghuancoder
39adc19904
refine PPLCNet benchmark config (#3191)
* refine PPLCNet benchmark config

* refine
2024-07-17 10:37:37 +08:00
gmm
be6e0b7b53
【benchmark】add use_fused_attn=True for benchmark (#3160)
* add max_memory_reserved for benchmark

* change unit

* fix

* fix nvidia-dali-cuda110;DLTP-54994

* add use_fused_attn=True  for benchmark
2024-06-06 11:25:51 +08:00
gmm
3ba7a8d273
【benchmark】update nvidia_dali_cuda110 version (#3115)
* add max_memory_reserved for benchmark

* change unit

* fix

* fix nvidia-dali-cuda110;DLTP-54994
2024-03-26 19:52:20 +08:00
changdazhou
a39351537d
Ctrl mem log (#3107)
* support ctrl print memory info

* support ctrl print memory info

* fix print log bug

* support default print_mem_info=True for tipc
2024-03-12 20:32:27 +08:00
gmm
e4abcc08d0
add max_memory_reserved for benchmark (#3042) 2023-11-22 17:31:30 +08:00
Tingquan Gao
75cbc51b7f
fix dali installation to support paddle dev that has removed fluid (#2971) 2023-09-15 17:38:24 +08:00
Kai Song
87be15e868
[TIPC]fix python version in tipc (#2964) 2023-09-12 16:26:25 +08:00
Kai Song
fed9992d57
[TIPC]fix npu and xpu tipc scripts (#2954)
* [TIPC]fix npu and xpu tipc scripts

* disable mkldnn in npu tipc

* disable mkldnn in xpu tipc
2023-09-06 17:09:58 +08:00
Kai Song
77aa07063a
[TIPC]update xpu tipc script (#2916) 2023-08-18 10:44:46 +08:00
duanyanhui
267cd64756 update npu python version in tipc config 2023-07-25 17:05:13 +08:00
duanyanhui
48fc521e61 fix npu tipc scripts to reduce running time 2023-07-06 16:25:16 +08:00
gaotingquan
6edd612453 set num_worker to 32 2023-06-06 16:50:56 +08:00
mmglove
e1a4c80ad3 add PROFILING_TIMER_ONLY 2023-06-05 21:23:35 +08:00
mmglove
2cf1dd7eb4 add PROFILING_TIMER_ONLY 2023-06-05 21:23:35 +08:00
mmglove
427b293c21 fix benchmark 2023-06-05 21:23:35 +08:00
mmglove
b795b67406 fix benchmark 2023-06-05 21:23:35 +08:00
mmglove
6bae61c935 fix benchmark 2023-06-05 21:23:35 +08:00
gaotingquan
5bb2e8c339 add clip tipc config 2023-05-26 15:40:48 +08:00
gaotingquan
2e9d853419 larger has been upload to bos 2023-05-25 16:57:16 +08:00
gaotingquan
d71971ab84 add ultra tipc config 2023-05-25 16:57:16 +08:00
gaotingquan
126487d6b4 fix training config path 2023-05-25 16:57:16 +08:00
gaotingquan
439cd4170f fix model name 2023-05-25 16:57:16 +08:00
gaotingquan
74e6c8aa33 add fp32 and ampo2 ultra configs 2023-05-25 16:57:16 +08:00
gaotingquan
50b6615002 rm d2s 2023-05-25 16:57:16 +08:00
gaotingquan
f469dfe8d2 decrease bs 2023-05-25 16:57:16 +08:00
gaotingquan
9d92f768d0 fix python3.7 -> python3.10 2023-05-25 16:57:16 +08:00
gaotingquan
537ce8144a add ultra tipc config 2023-05-25 16:57:16 +08:00
gaotingquan
75b0f7d26f fix fp32 invalid when amp used by default & support amp arg 2023-05-25 16:16:02 +08:00
Yang Nie
b2cb417842 add-tinynet-tipc-configs 2023-05-23 19:33:25 +08:00
gaotingquan
7e0207e5a4 fix resize param of tipc infer config 2023-05-17 15:19:13 +08:00
gaotingquan
1770e14e28 rename: v3 -> V3 2023-05-17 15:19:13 +08:00
gaotingquan
a1fa19cd29 rename: v3 -> V3 2023-05-17 15:19:13 +08:00
gaotingquan
7eaf619c5a revert bs fix 2023-05-10 21:09:49 +08:00
gaotingquan
925ae7a51d install nvidia-dali-cuda11.0 2023-05-10 21:09:49 +08:00
gaotingquan
b2dc1788ea fix python3.7 -> python3.10 2023-05-10 21:09:49 +08:00
gaotingquan
0de2f6e989 rm fp32 2023-05-10 21:09:49 +08:00
gaotingquan
6262bc5247 add the r50 w/o dali, nhwc 2023-05-10 21:09:49 +08:00
gaotingquan
0368acac64 rm the useless bs config 2023-05-10 21:09:49 +08:00
gaotingquan
3bf37e9c33 add r50(bs256) w/o dali 2023-05-10 21:09:49 +08:00
gaotingquan
8a52343ff4 add r50 nhwc 2023-05-10 21:09:49 +08:00
gaotingquan
3873ae07bc rename: ResNet50 -> ResNet50_NHWC_dali 2023-05-10 21:09:49 +08:00
gaotingquan
2808fb702f add r50 AMPO2 ultra 2023-05-10 21:09:49 +08:00
Yang Nie
c351dac67e add tinynet 2023-05-06 19:04:37 +08:00
kangguangli
731006f1fc set seed by configs 2023-04-25 17:39:55 +08:00
kangguangli
ee36c40dd3 modify flags 2023-04-25 17:39:55 +08:00
Yang Nie
deb8e98779 rename v2 to V2 2023-04-19 21:21:06 +08:00
Yang Nie
be6a22be18 add MobileViTv2 2023-04-19 21:21:06 +08:00
gaotingquan
57504f2648 disable train benchmark 2023-04-11 16:52:37 +08:00
gaotingquan
2c31e1884f disable train benchmark 2023-04-11 16:52:37 +08:00