Skip to content

Commit 19b0a4c

Browse files
authored
Update denoise_cosine.py
fix documentation bug.
1 parent 659b448 commit 19b0a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/denoise_cosine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def net_cost(params: Dict, x: th.Tensor, y: th.Tensor) -> th.Tensor:
5555
Args:
5656
params (Dict): Dictionary containing W1, b, and W2.
5757
x (th.Tensor): Network input.
58-
y (th.Tensor): Squared error loss.
58+
y (th.Tensor): desired output.
5959
6060
Returns:
6161
th.Tensor: Squared Error.

0 commit comments

Comments
 (0)