refact
This commit is contained in:
9
pina/loss/__init__.py
Normal file
9
pina/loss/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
__all__ = [
|
||||
'LpLoss',
|
||||
|
||||
]
|
||||
|
||||
from .loss_interface import LossInterface
|
||||
from .power_loss import PowerLoss
|
||||
from .lp_loss import LpLoss
|
||||
from .weightning_interface import weightningInterface
|
||||
Reference in New Issue
Block a user