SegmentationBLWX / sssegmentation

SSSegmentation: An Open Source Supervised Semantic Segmentation Toolbox Based on PyTorch.

Home Page:https://sssegmentation.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]

STHxiao opened this issue · comments

commented

Description
ssseg/modules/models/segmentors/base/base.py line128, it seems should use nn.SyncBatchNorm

Screenshot
image

Advice
change SyncBatchNorm to nn.SyncBatchNorm

Thanks for your suggestion. I fixed the bug in the latest version.