Commit Graph

282 Commits (2fc143f338358d99564b9cb5308c5f261591e2f0)

Author SHA1 Message Date
gaotingquan 2fc143f338 support to_static 2023-02-14 10:46:57 +08:00
gaotingquan ada7a3becf ResNet50_amp_O2_ultra.yaml is not used by default. 2023-02-14 10:46:57 +08:00
gaotingquan 2d66aeeb77 support specify model_type in config
such as norm_train and to_static_train
2023-02-14 10:46:57 +08:00
zhangyubo0722 7a88058a2f modify 2023-01-20 14:08:06 +08:00
zhangyubo0722 add3ea238c modify tipc 2023-01-20 14:08:06 +08:00
zhangyubo0722 74de24f621 add swinv2 2023-01-20 14:08:06 +08:00
zhangyubo0722 65e7a41a1d add docs 2023-01-20 14:08:06 +08:00
cuicheng01 62c9d0f45d remove train benchmark for dsnet 2023-01-05 16:05:08 +08:00
gaotingquan d336944566 rm unset CUDA_VISIBLE_DEVICES before training 2022-12-29 11:44:27 +08:00
LittleMoon 8d57bb31cf modified DSNet config and TIPC txt 2022-12-22 14:55:46 +08:00
LittleMoon e069dedd7e modified DSNet model names 2022-12-22 14:55:46 +08:00
LittleMoon 28e094e097 add docs, config, model for DSNet 2022-12-22 14:55:46 +08:00
zhangyubo0722 b61da414e5 add uniformer lst 2022-12-02 19:45:59 +08:00
xiongkun d8f28bf320 [dy2static] fix bugs in MobileNetV1 2022-11-24 11:03:22 +08:00
cuicheng01 ec2029b821 Add NextViT code and docs 2022-11-23 14:59:55 +08:00
xiongkun 509202a339 1. add dystatic config file for 6 additional models.
2. fix some bugs in test_train_dy2static_python.sh
2022-11-23 00:15:34 +08:00
xiongkun 96ebdcbd53 fix 2022-11-23 00:15:34 +08:00
xiongkun 34215e3873 change name of MobileNetV1 2022-11-23 00:15:34 +08:00
xiongkun 0e5cbd2b6a [dy2static-tipc] add txt config for dy2static test 2022-11-22 11:17:38 +08:00
xiongkun 5e814882e3 change python3 -> python, otherwise < python3.6 is used. 2022-11-15 16:31:48 +08:00
xiongkun efa7d3035f make loss deterministic while running on gpu 2022-11-15 10:58:46 +08:00
xiongkun 5ad2817470 add statuscheck and follow the tipc_standard 2022-11-14 15:25:58 +08:00
xiongkun c9f8b87ef4 fix by code review 2022-11-14 15:25:58 +08:00
xiongkun 0f6d71f021 [TIPC-Dy2St] add correctness tipc script 2022-11-14 15:25:58 +08:00
gaotingquan b033661bcf tipc: VAN_tiny -> VAN_B0 2022-10-20 18:49:44 +08:00
0x45f cde853bfa7 Polish benchmark_train.sh for dynamicTostatic 2022-10-19 14:55:32 +08:00
gaotingquan d7014129f1 tipc: set DataLoader.Train.sampler.shuffle=False
benchmark needs the field to set Global.print_batch_step=1. Check file "./test_tipc/benchmark_train.sh#L76" for details.
2022-10-17 11:24:57 +08:00
cuicheng01 4438acfda8
Merge pull request #2361 from TingquanGao/dev/tipc_fix_log_path
turn off the mkldnn and trt in ConvNeXt infer
2022-09-29 14:07:24 +08:00
gaotingquan 9f64ff6c1c tipc: turn off mkldnn and trt
it will time out when turn on trt or mkldnn
2022-09-29 05:22:44 +00:00
gaotingquan be434dc66c tipc: fix the inference model name 2022-09-29 11:16:22 +08:00
gaotingquan b55791f696 tipc: styling code 2022-09-28 13:33:19 +00:00
zhengya01 091cb607f6 fix tipc log 2022-09-23 18:53:35 +08:00
zhengya01 8897aba3d0 fix tipc ptq log 2022-09-23 18:53:35 +08:00
gaotingquan 69b53bc95f tipc: modify the statistical range of log
the ips is unstable in the first 50 iter when training lite modle.
2022-09-21 13:58:00 +08:00
gaotingquan 983d512a45 tipc: fix the keyword of ShiTu model
In benchmark_train mode, the config name is benchmark.txt. So the keyword of ShiTu should be model_name instead of the config name.
2022-09-19 14:30:54 +08:00
HydrogenSulfate 42758f5463 fix benchmark train's config for GeneralRecognitionV2, and polish TIPC docs 2022-09-14 08:54:22 +00:00
gaotingquan dafcb5cddf tipc: fix log path for GeneralRecognition 2022-09-14 10:44:29 +08:00
qili93 b1c2350a26 [TIPC] add more scripts change, test=develop 2022-09-13 15:03:14 +08:00
cuicheng01 ec21470a35
Merge pull request #2258 from TingquanGao/dev/tipc_fix_log_path
tipc: fix log path
2022-09-10 00:06:54 +08:00
gaotingquan 7e239952a8 tipc: set num_workers to 4
The benchmark requires threads num to be set 4 when DALI is used for best performance.
And the param num_workers is not worked before commit 80c10bb995.
2022-09-09 10:10:18 +00:00
qili93 0d9ddc0812 [TIPC] add scripts for npu and xpu, test=develop 2022-09-09 02:39:48 +08:00
gaotingquan 0cea550455 tipc: fix log path 2022-09-08 10:57:03 +00:00
gaotingquan 2700beea82 tipc: fix log path 2022-09-08 08:15:33 +00:00
gaotingquan fb669a05b8 tipc: fix log path 2022-09-06 13:25:09 +00:00
gaotingquan b3d26a987d tipc: fix log path 2022-09-05 15:57:49 +00:00
gaotingquan 44b55fb67c tipc: paddle2onnx --enable_dev_version=False 2022-09-05 19:04:20 +08:00
HydrogenSulfate 4ee9dd49e0 fix small bug in prepare.sh 2022-09-04 14:22:44 +00:00
HydrogenSulfate c449ba3420 add fleet chain and update inference_rec.yaml and corresponding output for feature_extraction.md 2022-09-04 14:20:07 +00:00
HydrogenSulfate 4620cfb9bc fix typo in config files 2022-09-04 13:52:58 +00:00
HydrogenSulfate 94b48ac568 add cpp serving & cpp infer chain, update TIPC docs 2022-09-04 13:42:53 +00:00