Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

#609 Ci fix

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:bugfix/infra-000_ci
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  1. from super_gradients.training.losses.focal_loss import FocalLoss
  2. from super_gradients.training.losses.kd_losses import KDLogitsLoss
  3. from super_gradients.training.losses.label_smoothing_cross_entropy_loss import LabelSmoothingCrossEntropyLoss
  4. from super_gradients.training.losses.r_squared_loss import RSquaredLoss
  5. from super_gradients.training.losses.shelfnet_ohem_loss import ShelfNetOHEMLoss
  6. from super_gradients.training.losses.shelfnet_semantic_encoding_loss import ShelfNetSemanticEncodingLoss
  7. from super_gradients.training.losses.yolox_loss import YoloXDetectionLoss, YoloXFastDetectionLoss
  8. from super_gradients.training.losses.ssd_loss import SSDLoss
  9. from super_gradients.training.losses.bce_dice_loss import BCEDiceLoss
  10. from super_gradients.training.losses.dice_ce_edge_loss import DiceCEEdgeLoss
  11. from super_gradients.training.losses.all_losses import LOSSES, Losses
  12. __all__ = [
  13. "LOSSES",
  14. "Losses",
  15. "FocalLoss",
  16. "LabelSmoothingCrossEntropyLoss",
  17. "ShelfNetOHEMLoss",
  18. "ShelfNetSemanticEncodingLoss",
  19. "YoloXDetectionLoss",
  20. "YoloXFastDetectionLoss",
  21. "RSquaredLoss",
  22. "SSDLoss",
  23. "BCEDiceLoss",
  24. "KDLogitsLoss",
  25. "DiceCEEdgeLoss",
  26. ]
Discard
Tip!

Press p or to see the previous file or, n or to see the next file