简朴
Results
2
issues of
简朴
The version I installed is 1.0.1, and I found an error when using its function: dice_loss = sm.losses.DiceLoss(class_weights=weights) focal_loss = sm.losses.CategoricalFocalLoss() the erros is:module 'segmentation_models.losses' has no attribute 'DiceLoss'
hi. I learned a lot from your videos, thank you for your selfless sharing. In the u-net-related videos, I found that some training data includes **image data** and corresponding **mask...