Alibaba-MIIL / TResNet

Official Pytorch Implementation of "TResNet: High-Performance GPU-Dedicated Architecture" (WACV 2021)
Apache License 2.0
471 stars 63 forks source link

Thank you very much! #36

Closed Stephen-Hao closed 3 years ago

Stephen-Hao commented 3 years ago

use ddp for multi-gpu TResNet.

see https://github.com/Alibaba-MIIL/ImageNet21K/blob/main/train_single_label.py as an example for how to properly initilize multi-gpu distributed (

setup distributed

model = setup_distrib(model, args)

)

Originally posted by @mrT23 in https://github.com/Alibaba-MIIL/TResNet/issues/35#issuecomment-826610266