Visual-Attention-Network / SegNeXt

Official Pytorch implementations for "SegNeXt: Rethinking Convolutional Attention Design for Semantic Segmentation" (NeurIPS 2022)
Apache License 2.0
795 stars 85 forks source link

how can i do distributed training ? #20

Closed Yaoxingtian closed 2 years ago

Yaoxingtian commented 2 years ago

hi, thanks for your great job! i would like to ask how can i do distributed training ?

thanks so much.

uyzhang commented 2 years ago

You can tools/dist_train.sh. More details you can find in MMSeg.