PaddlePaddle / benchmark

76 stars 156 forks source link

Distributed Training scripts for PaddleClas Benchmark. #1482

Closed GhostScreaming closed 2 years ago

GhostScreaming commented 2 years ago

Add distributed training scripts for ResNet50_bs128_fp32, ShuffleNetV2_x1_0_bs1536_fp32, MobileNetV3_large_x1_0_bs640_fp32 and SwinTransformer_tiny_patch4_window7_224_bs104_fp32. Now these benchmark can be tested on multi nodes. And fix bug of HRNet. When multi-process create the same folder, it may cause conflict.