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

#433 Feature/SG 143 black formatter

Merged
Ghost merged 1 commits into Deci-AI:master from deci-ai:feature/SG-143-black-formatter
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  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__ = ['LOSSES', 'Losses', 'FocalLoss', 'LabelSmoothingCrossEntropyLoss', 'ShelfNetOHEMLoss', 'ShelfNetSemanticEncodingLoss',
  13. 'YoloXDetectionLoss', 'YoloXFastDetectionLoss', 'RSquaredLoss', 'SSDLoss', 'BCEDiceLoss', 'KDLogitsLoss', 'DiceCEEdgeLoss']
Discard
Tip!

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