Tramac / awesome-semantic-segmentation-pytorch

Semantic Segmentation on PyTorch (include FCN, PSPNet, Deeplabv3, Deeplabv3+, DANet, DenseASPP, BiSeNet, EncNet, DUNet, ICNet, ENet, OCNet, CCNet, PSANet, CGNet, ESPNet, LEDNet, DFANet)
Apache License 2.0
2.79k stars 580 forks source link

TypeError: init() got an unexpected keyword argument 'local_rank' #207

Open XU-GITHUB-curry opened 8 months ago

XU-GITHUB-curry commented 8 months ago

When I run python eval.py --model bisenet --backbone resnet18 --dataset citys, It occurred this issue: TypeError: init() got an unexpected keyword argument 'local_rank' Could you help me to solve it?

dawang-11 commented 6 months ago

oh ,i have the same problem. have you solved it?

bbbts commented 4 days ago

When I run python eval.py --model bisenet --backbone resnet18 --dataset citys, It occurred this issue: TypeError: init() got an unexpected keyword argument 'local_rank' Could you help me to solve it?

I got the same error, were u able to solve it? Thanks for your help.