Skip to content

Commit 933115d

Browse files
committed
comment fix
1 parent eaeab58 commit 933115d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pina/loss/ntk_weighting.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ def aggregate(self, losses):
2828
Weights the losses according to the Neural Tangent Kernel
2929
3030
:param dict(torch.Tensor) input: The dictionary of losses.
31-
:param alpha(float) input: The parameter alpha that regulates the moving average
32-
between old and new weights.
3331
:return: The losses aggregation. It should be a scalar Tensor.
3432
:rtype: torch.Tensor
3533

0 commit comments

Comments
 (0)