mirror of
https://github.com/open-mmlab/mmsegmentation.git
synced 2025-06-03 22:03:48 +08:00
The documentation of the use_sigmoid argument in CrossEntropyLoss currently suggests the sigmoid would be applied in addition to the softmax function. This change fixes this typo.