Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.8k
segmentation_models_pytorch model cant travel to utils folder#796
-
#782 This is the code in example folder for car segmentations. loss = smp.utils.losses.DiceLoss() optimizer = torch.optim.Adam([ and it is giving me error:ModuleNotFoundError Traceback (most recent call last) ModuleNotFoundError: No module named 'segmentation_models_pytorch.utils' I have installed all the necessary libraries required but cant find any solution |
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 1 comment
-
BetaWas this translation helpful?Give feedback.
