We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 659b448 commit 19b0a4cCopy full SHA for 19b0a4c
src/denoise_cosine.py
@@ -55,7 +55,7 @@ def net_cost(params: Dict, x: th.Tensor, y: th.Tensor) -> th.Tensor:
55
Args:
56
params (Dict): Dictionary containing W1, b, and W2.
57
x (th.Tensor): Network input.
58
- y (th.Tensor): Squared error loss.
+ y (th.Tensor): desired output.
59
60
Returns:
61
th.Tensor: Squared Error.
0 commit comments