Skip to content

Commit 784db71

Browse files
committed
black formatter
1 parent 4623ffd commit 784db71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pina/loss/ntk_weighting.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
from .weighting_interface import WeightingInterface
66
from ..utils import check_consistency
77

8+
89
class _NoWeighting(WeightingInterface):
910
def aggregate(self, losses):
1011
return sum(losses.values())
1112

13+
1214
class NeuralTangetKernelWeighting(WeightingInterface):
1315
"""
1416
TODO

0 commit comments

Comments
 (0)