Skip to content
Snippets Groups Projects
Commit 1c8a70d7 authored by Kai Chen's avatar Kai Chen
Browse files

Merge branch 'dev' into mask-debug

parents a772bea5 ec209359
No related branches found
No related tags found
No related merge requests found
from .losses import ( from .losses import (weighted_nll_loss, weighted_cross_entropy,
weighted_nll_loss, weighted_cross_entropy, weighted_binary_cross_entropy, weighted_binary_cross_entropy, sigmoid_focal_loss,
sigmoid_focal_loss, weighted_sigmoid_focal_loss, mask_cross_entropy, weighted_sigmoid_focal_loss, mask_cross_entropy,
weighted_mask_cross_entropy, smooth_l1_loss, weighted_smoothl1, accuracy) smooth_l1_loss, weighted_smoothl1, accuracy)
__all__ = [ __all__ = [
'weighted_nll_loss', 'weighted_cross_entropy', 'weighted_nll_loss', 'weighted_cross_entropy',
'weighted_binary_cross_entropy', 'sigmoid_focal_loss', 'weighted_binary_cross_entropy', 'sigmoid_focal_loss',
'weighted_sigmoid_focal_loss', 'mask_cross_entropy', 'weighted_sigmoid_focal_loss', 'mask_cross_entropy', 'smooth_l1_loss',
'weighted_mask_cross_entropy', 'smooth_l1_loss', 'weighted_smoothl1', 'weighted_smoothl1', 'accuracy'
'accuracy'
] ]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment