Commit Graph

298 Commits (0a387231962cb947c886c192da8b4ce71d37dba5)

Author SHA1 Message Date
gaotingquan 402bd05dc2 add to_static_train:-o Global.to_static=True 2023-03-14 11:47:39 +08:00
zhangyubo0722 49123f515f modify 2023-03-14 11:06:54 +08:00
zhangyubo0722 dcd41e3c99 modify 2023-03-14 11:06:54 +08:00
zhangyubo0722 073a7d9b86 add tipc config4 2023-03-14 11:06:54 +08:00
zhangyubo0722 cc1ca4293f modify 2023-03-10 19:49:03 +08:00
zhangyubo0722 a3058040bb add_tipc_config 2023-03-10 19:49:03 +08:00
zhangyubo0722 736b18a3ba add_tipc_config 2023-03-10 19:49:03 +08:00
zhangyubo0722 af54a2ba7b add tipc config 1 2023-03-10 19:49:03 +08:00
gaotingquan 995c8b262f replace with mini dataset 2023-03-01 19:56:46 +08:00
HydrogenSulfate cc638a9d02 update pretrained_model and inference model link in TIPC config and refine TIPC script 2023-02-28 15:01:21 +08:00
tianyi1997 099310efe2 Update tipc 2023-02-28 15:01:21 +08:00
tianyi1997 6fad15edae Add tipc for MetaBIN 2023-02-28 15:01:21 +08:00
gaotingquan 0034314376 support to train swin with dynamic2static 2023-02-14 10:46:57 +08:00
gaotingquan 283cb12817 timeout 5m 2023-02-14 10:46:57 +08:00
gaotingquan ffca17ac6a replace the dataset with full ILSVRC2012 2023-02-14 10:46:57 +08:00
gaotingquan e355f2e720 static training swin is not yet supported 2023-02-14 10:46:57 +08:00
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